Html Css Color HEX #D9AF66 Equator

📋 copy color: '#D9AF66'

red 217 ◦ green 175 ◦ blue 102

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

Shades of Equator #D9AF66

Tints of Equator #D9AF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.43%

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

R = 43.93%
G = 35.43%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#D9AF66 (or 0xD9AF66) is known color: Equator. HEX triplet: D9, AF and 66. RGB value is (217,175,102). Sum of RGB (Red+Green+Blue) = 217+175+102=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 102 (40.23% from 255 or 20.65% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF66 is #265099. Grayscale: #B3B3B3. Windows color (decimal): -2511002 or 6729689. OLE color: 6729689.

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

Color convert

RGB 217 175 102 -
CMYK 0 0.19 0.53 0.15
HSL 38.09º 0.6% 0.63% -
HSV(B) 38.09º 0.53% 0.85% -
XYZ 46.34 46.37 19.08 -
YUV 179.24 84.41 154.94 -
System Red Green Blue C M Y K H S L
Decimal 217 175 102 0 0.19 0.53 0.15 38.09 0.6 0.63
Hex D9 AF 66 0 13 35 F 26 3C 3F
Octal 331 257 146 0 23 65 17 46 74 77
Binary 11011001 10101111 1100110 0 10011 110101 1111 100110 111100 111111

Color Harmonies of #D9AF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF66

Black with #D9AF66

Text Example


Text Example

White with #D9AF66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF66; }

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

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

background-color css

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

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

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

border-color css

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

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

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