Html Css Color HEX #D9B366 Equator

📋 copy color: '#D9B366'

red 217 ◦ green 179 ◦ blue 102

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

Shades of Equator #D9B366

Tints of Equator #D9B366

RGB

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

 GREEN value IS 179 (70.31% from 255) = 35.94%

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

R = 43.57%
G = 35.94%
B = 20.48%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9B366 (or 0xD9B366) is known color: Equator. HEX triplet: D9, B3 and 66. RGB value is (217,179,102). Sum of RGB (Red+Green+Blue) = 217+179+102=498 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.57% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 102 (40.23% from 255 or 20.48% from 498); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B366 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9B366 is #264C99. Grayscale: #B5B5B5. Windows color (decimal): -2509978 or 6730713. OLE color: 6730713.

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

Color convert

RGB 217 179 102 -
CMYK 0 0.18 0.53 0.15
HSL 40.17º 0.6% 0.63% -
HSV(B) 40.17º 0.53% 0.85% -
XYZ 47.13 47.95 19.34 -
YUV 181.58 83.09 153.26 -
System Red Green Blue C M Y K H S L
Decimal 217 179 102 0 0.18 0.53 0.15 40.17 0.6 0.63
Hex D9 B3 66 0 12 35 F 28 3C 3F
Octal 331 263 146 0 22 65 17 50 74 77
Binary 11011001 10110011 1100110 0 10010 110101 1111 101000 111100 111111

Color Harmonies of #D9B366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9B366

Black with #D9B366

Text Example


Text Example

White with #D9B366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9B366; }

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

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

background-color css

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

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

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

border-color css

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

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

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