Html Css Color HEX #DAB866 Equator

📋 copy color: '#DAB866'

red 218 ◦ green 184 ◦ blue 102

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

Shades of Equator #DAB866

Tints of Equator #DAB866

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.51%

 BLUE value IS 102 (40.23% from 255) = 20.24%

R = 43.25%
G = 36.51%
B = 20.24%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#DAB866 (or 0xDAB866) is known color: Equator. HEX triplet: DA, B8 and 66. RGB value is (218,184,102). Sum of RGB (Red+Green+Blue) = 218+184+102=504 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.25% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 102 (40.23% from 255 or 20.24% from 504); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB866 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DAB866 is #254799. Grayscale: #B9B9B9. Windows color (decimal): -2443162 or 6731994. OLE color: 6731994.

HSL color Cylindrical-coordinate representation of color #DAB866: hue angle of 42.41º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DAB866 is Cyan = 0, Magento = 0.16, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 184 102 -
CMYK 0 0.16 0.53 0.15
HSL 42.41º 0.61% 0.63% -
HSV(B) 42.41º 0.53% 0.85% -
XYZ 48.45 50.15 19.7 -
YUV 184.82 81.26 151.67 -
System Red Green Blue C M Y K H S L
Decimal 218 184 102 0 0.16 0.53 0.15 42.41 0.61 0.63
Hex DA B8 66 0 10 35 F 2A 3D 3F
Octal 332 270 146 0 20 65 17 52 75 77
Binary 11011010 10111000 1100110 0 10000 110101 1111 101010 111101 111111

Color Harmonies of #DAB866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB866

Black with #DAB866

Text Example


Text Example

White with #DAB866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB866; }

 p { color: rgb(218,184,102); }

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

background-color css

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

 a { background-color: rgb(218,184,102); }

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

border-color css

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

 span { border-color: rgb(218,184,102); }

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