#D4AE65

Color #D4AE65 Equator (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Equator #D4AE65

Tints of Equator #D4AE65

Color information

#D4AE65 (or 0xD4AE65) is unknown color: approx Equator. HEX triplet: D4, AE and 65. RGB value is (212,174,101). Sum of RGB (Red+Green+Blue) = 212+174+101=487 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.53% from 487); Green value is 174 (68.36% from 255 or 35.73% from 487); Blue value is 101 (39.84% from 255 or 20.74% from 487); Max value from RGB is 212 - color contains mainly: red. Hex color #D4AE65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4AE65 is #2B519A. Grayscale: #B1B1B1. Windows color (decimal): -2838939 or 6663892. OLE color: 6663892.

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

Color convert

RGB212174101-
CMYK00.180.520.17
HSL39.46º56.35%61.37%-
HSV(B)39.46º52.36%83.14%-
XYZ44.6445.2118.69-
YUV177.0485.09152.94-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 43.53%
GREEN value IS 174 (68.36% from 255) = 35.73%
BLUE value IS 101 (39.84% from 255) = 20.74%
R=43.53%
G=35.73%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.52
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21217410100.180.520.1739.4656.3561.37
HexD4AE65012341127383d
Octal3242561450226421477075
Binary1101010010101110110010101001011010010001100111111000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AE65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AE65; }

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

 H1.HeaderClassName
 {
   color: #D4AE65;
 }
 .AnyTagClassName
 {
   color: #D4AE65;
 }
</style>
background-color css

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

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

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

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

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

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