Html Css Color HEX #D4AE66 Equator

📋 copy color: '#D4AE66'

red 212 ◦ green 174 ◦ blue 102

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

Shades of Equator #D4AE66

Tints of Equator #D4AE66

RGB

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

 GREEN value IS 174 (68.36% from 255) = 35.66%

 BLUE value IS 102 (40.23% from 255) = 20.9%

R = 43.44%
G = 35.66%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D4AE66 (or 0xD4AE66) is known color: Equator. HEX triplet: D4, AE and 66. RGB value is (212,174,102). Sum of RGB (Red+Green+Blue) = 212+174+102=488 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.44% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 102 (40.23% from 255 or 20.90% from 488); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE66 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE66 is #2B5199. Grayscale: #B1B1B1. Windows color (decimal): -2838938 or 6729428. OLE color: 6729428.

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

Color convert

RGB 212 174 102 -
CMYK 0 0.18 0.52 0.17
HSL 39.27º 0.56% 0.62% -
HSV(B) 39.27º 0.52% 0.83% -
XYZ 44.69 45.23 18.95 -
YUV 177.15 85.59 152.85 -
System Red Green Blue C M Y K H S L
Decimal 212 174 102 0 0.18 0.52 0.17 39.27 0.56 0.62
Hex D4 AE 66 0 12 34 11 27 38 3E
Octal 324 256 146 0 22 64 21 47 70 76
Binary 11010100 10101110 1100110 0 10010 110100 10001 100111 111000 111110

Color Harmonies of #D4AE66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4AE66

Black with #D4AE66

Text Example


Text Example

White with #D4AE66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4AE66; }

 p { color: rgb(212,174,102); }

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

background-color css

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

 a { background-color: rgb(212,174,102); }

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

border-color css

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

 span { border-color: rgb(212,174,102); }

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