Html Css Color HEX #D9B566 Equator

📋 copy color: '#D9B566'

red 217 ◦ green 181 ◦ blue 102

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

Shades of Equator #D9B566

Tints of Equator #D9B566

RGB

 RED value IS 217 (85.16% from 255) = 43.4%

 GREEN value IS 181 (71.09% from 255) = 36.2%

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

R = 43.4%
G = 36.2%
B = 20.4%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9B566 (or 0xD9B566) is known color: Equator. HEX triplet: D9, B5 and 66. RGB value is (217,181,102). Sum of RGB (Red+Green+Blue) = 217+181+102=500 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.4% from 500); Green value is 181 (71.09% from 255 or 36.2% from 500); Blue value is 102 (40.23% from 255 or 20.4% from 500); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B566 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B566 is #264A99. Grayscale: #B7B7B7. Windows color (decimal): -2509466 or 6731225. OLE color: 6731225.

HSL color Cylindrical-coordinate representation of color #D9B566: hue angle of 41.22º degrees, saturation: 0.6, 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 #D9B566 is Cyan = 0, Magento = 0.17, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 181 102 -
CMYK 0 0.17 0.53 0.15
HSL 41.22º 0.6% 0.63% -
HSV(B) 41.22º 0.53% 0.85% -
XYZ 47.54 48.76 19.48 -
YUV 182.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 217 181 102 0 0.17 0.53 0.15 41.22 0.6 0.63
Hex D9 B5 66 0 11 35 F 29 3C 3F
Octal 331 265 146 0 21 65 17 51 74 77
Binary 11011001 10110101 1100110 0 10001 110101 1111 101001 111100 111111

Color Harmonies of #D9B566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B566

Black with #D9B566

Text Example


Text Example

White with #D9B566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B566; }

 p { color: rgb(217,181,102); }

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

background-color css

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

 a { background-color: rgb(217,181,102); }

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

border-color css

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

 span { border-color: rgb(217,181,102); }

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