Html Css Color HEX #D4AF67 Equator

📋 copy color: '#D4AF67'

red 212 ◦ green 175 ◦ blue 103

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

Shades of Equator #D4AF67

Tints of Equator #D4AF67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.02%

R = 43.27%
G = 35.71%
B = 21.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D4AF67 (or 0xD4AF67) is known color: Equator. HEX triplet: D4, AF and 67. RGB value is (212,175,103). Sum of RGB (Red+Green+Blue) = 212+175+103=490 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.27% from 490); Green value is 175 (68.75% from 255 or 35.71% from 490); Blue value is 103 (40.62% from 255 or 21.02% from 490); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AF67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AF67 is #2B5098. Grayscale: #B2B2B2. Windows color (decimal): -2838681 or 6795220. OLE color: 6795220.

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

Color convert

RGB 212 175 103 -
CMYK 0 0.17 0.51 0.17
HSL 39.63º 0.56% 0.62% -
HSV(B) 39.63º 0.51% 0.83% -
XYZ 44.93 45.64 19.27 -
YUV 177.86 85.76 152.35 -
System Red Green Blue C M Y K H S L
Decimal 212 175 103 0 0.17 0.51 0.17 39.63 0.56 0.62
Hex D4 AF 67 0 11 33 11 28 38 3E
Octal 324 257 147 0 21 63 21 50 70 76
Binary 11010100 10101111 1100111 0 10001 110011 10001 101000 111000 111110

Color Harmonies of #D4AF67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AF67

Black with #D4AF67

Text Example


Text Example

White with #D4AF67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AF67; }

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

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

background-color css

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

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

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

border-color css

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

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

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