Html Css Color HEX #D9AF62 Equator

📋 copy color: '#D9AF62'

red 217 ◦ green 175 ◦ blue 98

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

Shades of Equator #D9AF62

Tints of Equator #D9AF62

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 20%

R = 44.29%
G = 35.71%
B = 20%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.15

RGB Variations

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

Color information

#D9AF62 (or 0xD9AF62) is known color: Equator. HEX triplet: D9, AF and 62. RGB value is (217,175,98). Sum of RGB (Red+Green+Blue) = 217+175+98=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 98 (38.67% from 255 or 20% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9AF62 is #26509D. Grayscale: #B3B3B3. Windows color (decimal): -2511006 or 6467545. OLE color: 6467545.

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

Color convert

RGB 217 175 98 -
CMYK 0 0.19 0.55 0.15
HSL 38.82º 0.61% 0.62% -
HSV(B) 38.82º 0.55% 0.85% -
XYZ 46.15 46.29 18.06 -
YUV 178.78 82.41 155.26 -
System Red Green Blue C M Y K H S L
Decimal 217 175 98 0 0.19 0.55 0.15 38.82 0.61 0.62
Hex D9 AF 62 0 13 37 F 27 3D 3E
Octal 331 257 142 0 23 67 17 47 75 76
Binary 11011001 10101111 1100010 0 10011 110111 1111 100111 111101 111110

Color Harmonies of #D9AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9AF62

Black with #D9AF62

Text Example


Text Example

White with #D9AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9AF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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