Html Css Color HEX #D4AF62 Equator

📋 copy color: '#D4AF62'

red 212 ◦ green 175 ◦ blue 98

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

Shades of Equator #D4AF62

Tints of Equator #D4AF62

RGB

 RED value IS 212 (83.2% from 255) = 43.71%

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

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

R = 43.71%
G = 36.08%
B = 20.21%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D4AF62 (or 0xD4AF62) is known color: Equator. HEX triplet: D4, AF and 62. RGB value is (212,175,98). Sum of RGB (Red+Green+Blue) = 212+175+98=485 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.71% from 485); Green value is 175 (68.75% from 255 or 36.08% from 485); Blue value is 98 (38.67% from 255 or 20.21% from 485); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF62 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF62 is #2B509D. Grayscale: #B1B1B1. Windows color (decimal): -2838686 or 6467540. OLE color: 6467540.

HSL color Cylindrical-coordinate representation of color #D4AF62: hue angle of 40.53º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D4AF62 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 175 98 -
CMYK 0 0.17 0.54 0.17
HSL 40.53º 0.57% 0.61% -
HSV(B) 40.53º 0.54% 0.83% -
XYZ 44.69 45.54 17.99 -
YUV 177.29 83.26 152.76 -
System Red Green Blue C M Y K H S L
Decimal 212 175 98 0 0.17 0.54 0.17 40.53 0.57 0.61
Hex D4 AF 62 0 11 36 11 29 39 3D
Octal 324 257 142 0 21 66 21 51 71 75
Binary 11010100 10101111 1100010 0 10001 110110 10001 101001 111001 111101

Color Harmonies of #D4AF62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AF62

Black with #D4AF62

Text Example


Text Example

White with #D4AF62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AF62; }

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

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

background-color css

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

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

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

border-color css

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

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

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