Html Css Color HEX #D8AF63 Equator

📋 copy color: '#D8AF63'

red 216 ◦ green 175 ◦ blue 99

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

Shades of Equator #D8AF63

Tints of Equator #D8AF63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 20.2%

R = 44.08%
G = 35.71%
B = 20.2%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#D8AF63 (or 0xD8AF63) is known color: Equator. HEX triplet: D8, AF and 63. RGB value is (216,175,99). Sum of RGB (Red+Green+Blue) = 216+175+99=490 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.08% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 99 (39.06% from 255 or 20.20% from 490); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AF63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AF63 is #27509C. Grayscale: #B2B2B2. Windows color (decimal): -2576541 or 6533080. OLE color: 6533080.

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

Color convert

RGB 216 175 99 -
CMYK 0 0.19 0.54 0.15
HSL 38.97º 0.6% 0.62% -
HSV(B) 38.97º 0.54% 0.85% -
XYZ 45.9 46.16 18.29 -
YUV 178.6 83.08 154.68 -
System Red Green Blue C M Y K H S L
Decimal 216 175 99 0 0.19 0.54 0.15 38.97 0.6 0.62
Hex D8 AF 63 0 13 36 F 27 3C 3E
Octal 330 257 143 0 23 66 17 47 74 76
Binary 11011000 10101111 1100011 0 10011 110110 1111 100111 111100 111110

Color Harmonies of #D8AF63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8AF63

Black with #D8AF63

Text Example


Text Example

White with #D8AF63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8AF63; }

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

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

background-color css

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

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

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

border-color css

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

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

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