Html Css Color HEX #DAB66E Equator

📋 copy color: '#DAB66E'

red 218 ◦ green 182 ◦ blue 110

#DAB66E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Equator #DAB66E

Tints of Equator #DAB66E

RGB

 RED value IS 218 (85.55% from 255) = 42.75%

 GREEN value IS 182 (71.48% from 255) = 35.69%

 BLUE value IS 110 (43.36% from 255) = 21.57%

R = 42.75%
G = 35.69%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.50

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DAB66E (or 0xDAB66E) is known color: Equator. HEX triplet: DA, B6 and 6E. RGB value is (218,182,110). Sum of RGB (Red+Green+Blue) = 218+182+110=510 (67% of max value = 765). Red value is 218 (85.55% from 255 or 42.75% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB66E is #254991. Grayscale: #B8B8B8. Windows color (decimal): -2443666 or 7255770. OLE color: 7255770.

HSL color Cylindrical-coordinate representation of color #DAB66E: hue angle of 40º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DAB66E is Cyan = 0, Magento = 0.17, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 182 110 -
CMYK 0 0.17 0.50 0.15
HSL 40º 0.59% 0.64% -
HSV(B) 40º 0.5% 0.85% -
XYZ 48.46 49.49 21.75 -
YUV 184.56 85.93 151.85 -
System Red Green Blue C M Y K H S L
Decimal 218 182 110 0 0.17 0.50 0.15 40 0.59 0.64
Hex DA B6 6E 0 11 32 F 28 3B 40
Octal 332 266 156 0 21 62 17 50 73 100
Binary 11011010 10110110 1101110 0 10001 110010 1111 101000 111011 1000000

Color Harmonies of #DAB66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB66E

Black with #DAB66E

Text Example


Text Example

White with #DAB66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB66E; }

 p { color: rgb(218,182,110); }

 H1.HeaderClassName
 {
   color: #DAB66E;
 }
 .AnyTagClassName
 {
   color: #DAB66E;
 }
</style>

background-color css

<style>
 a { background-color: #DAB66E; }

 a { background-color: rgb(218,182,110); }

 div.DivClassName
 {
   background-color: #DAB66E;
 }
 .BgClassName
 {
   background-color: #DAB66E;
 }
</style>

border-color css

<style>
 span { border-color: #DAB66E; }

 span { border-color: rgb(218,182,110); }

 td.TdClassName
 {
   border-color: #DAB66E;
 }
 .TagClassName
 {
   border-color: #DAB66E;
 }
</style>