COLOR #DAC601

HEX: #DAC601 RGB: (218,198,1)

Color info

#DAC601 contains mainly red and green colors. Web safe color of #DAC601 is #CCCC00 (or #CC0).

RGB color model

#DAC601 color RGB value is (218,198,1).

RGB: (218,198,1) (85%, 78%, 0%)

RGB channels and saturation

R 218 of 255 = 85%
G 198 of 255 = 78%
B 1 of 255 = 0%

218
198
1

R + G + B ~ 54%. #DAC601 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 218 + 198 + 1 = 417 (100%)
R 218 of 417 ~ 52.28%
G 198 of 417 ~ 47.48%
B 1 of 417 ~ 0.24'%

%52.28
%47.48

CMYK color model

#DAC601 color CMYK value is (0,9,100,15).

  • cyan value is 0.00%
  • magenta value is 9.17%
  • yellow value is 99.54%
  • key color value is 14.51%

CMYK: (0,9,100,15)
C0M9Y100K15 (0%, 9%, 100%, 15%)
(0.00 / 0.09 / 1.00 / 0.15)

CMYK percentages

%0
%9.17
%99.54
%14.51

Codes

Color #DAC601 in popluar color models

DA C6 01
RGB 218 198 1
HSL 54° 99.09% 42.94%
HSB/HSV 54° 99.54% 85.49%
CMYK 0.00% 9.17% 99.54%
14.51%

Color #DAC601 in popluar number systems.

HEX DA C6 01
Decimal 218 198 1
Binary 11011010 11000110 1
Octal 332 306 1

Shades and tints

Shades of #DAC601

#DAC601
(218,198,1)
#C7B401
(199,180,1)
#B4A201
(180,162,1)
#A19001
(161,144,1)
#8E7E01
(142,126,1)
#7B6C01
(123,108,1)
#685A01
(104,90,1)
#554801
(85,72,1)
#423601
(66,54,1)
#2F2401
(47,36,1)
#1C1201
(28,18,1)
#000000
(0,0,0)

Tints of #DAC601

#DAC601
(218,198,1)
#DDCB18
(221,203,24)
#E0D02F
(224,208,47)
#E3D546
(227,213,70)
#E6DA5D
(230,218,93)
#E9DF74
(233,223,116)
#ECE48B
(236,228,139)
#EFE9A2
(239,233,162)
#F2EEB9
(242,238,185)
#F5F3D0
(245,243,208)
#F8F8E7
(248,248,231)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DAC601 color. Also use rgb(218,198,1) instead hex code.

Text Font Color

.myTextColor { color: #DAC601; }

<p style="color:#DAC601">This sample text font color is #DAC601.</p>

This text font color is #DAC601.

Background Color

.myBgColor { background-color: #DAC601; }

<div style="background-color:#DAC601">Inner text</div>

This div background color is #DAC601.

Border color

.myBorderColor { border: 1px solid #DAC601; }

<div style="border:3px solid #DAC601">Div</div>

This div border color is #DAC601.

Opacity

.myOpacity80 { color: #DAC601; opacity: 0.8; }

<p style="color:#DAC601;opacity:0.8;">80%</p>

Text with #DAC601 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DAC601;}

<p style="text-shadow: 3px 3px 1px #DAC601">Text here.</p>

This text has shadow with #DAC601 color.


.textShadow {text-shadow: 3px 3px 1px #DAC601', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DAC601, 5px 5px 20px red">Text here.</p>

This text has shadow with #DAC601 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DAC601, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DAC601, Direction=45, Strength=4)">Text</p>

This text has shadow with #DAC601 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #DAC601;
-webkit-box-shadow: 1px 1px 3px 2px #DAC601;
box-shadow: 1px 1px 3px 2px #DAC601;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DAC601; -webkit-box-shadow: 1px 1px 3px 2px #DAC601; box-shadow:1px 1px 3px 2px #DAC601;">
Div content here
</div>

This div box has shadow with color #DAC601.

Preview

Color preview on black background

This text has color #DAC601 on black background.


Color preview on white background

This text has color #DAC601 on white background.


Black color preview on #DAC601 background

This text has black color on #DAC601 background.


White color preview on #DAC601 background

This text has white color on #DAC601 background.


Related colors

Complementary color

Complementary color for #hex is #2539FE.


I love getcolorcode.com

Triadic colors

1 #01DAC6 and #C601DA with #DAC601 are triadic colors.

2 #01C6DA and #C6DA01 with #DAC601 are triadic colors.