Html Css Color HEX #D8AF62 Equator

📋 copy color: '#D8AF62'

red 216 ◦ green 175 ◦ blue 98

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

Shades of Equator #D8AF62

Tints of Equator #D8AF62

RGB

 RED value IS 216 (84.77% from 255) = 44.17%

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

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

R = 44.17%
G = 35.79%
B = 20.04%

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

#D8AF62 (or 0xD8AF62) is known color: Equator. HEX triplet: D8, AF and 62. RGB value is (216,175,98). Sum of RGB (Red+Green+Blue) = 216+175+98=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 98 (38.67% from 255 or 20.04% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF62 is #27509D. Grayscale: #B2B2B2. Windows color (decimal): -2576542 or 6467544. OLE color: 6467544.

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

Color convert

RGB 216 175 98 -
CMYK 0 0.19 0.55 0.15
HSL 39.15º 0.6% 0.62% -
HSV(B) 39.15º 0.55% 0.85% -
XYZ 45.85 46.14 18.04 -
YUV 178.48 82.58 154.76 -
System Red Green Blue C M Y K H S L
Decimal 216 175 98 0 0.19 0.55 0.15 39.15 0.6 0.62
Hex D8 AF 62 0 13 37 F 27 3C 3E
Octal 330 257 142 0 23 67 17 47 74 76
Binary 11011000 10101111 1100010 0 10011 110111 1111 100111 111100 111110

Color Harmonies of #D8AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF62

Black with #D8AF62

Text Example


Text Example

White with #D8AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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