#D7AE6A

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

Shades of Equator #D7AE6A

Tints of Equator #D7AE6A

Color information

#D7AE6A (or 0xD7AE6A) is unknown color: approx Equator. HEX triplet: D7, AE and 6A. RGB value is (215,174,106). Sum of RGB (Red+Green+Blue) = 215+174+106=495 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.43% from 495); Green value is 174 (68.36% from 255 or 35.15% from 495); Blue value is 106 (41.80% from 255 or 21.41% from 495); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7AE6A is #285195. Grayscale: #B2B2B2. Windows color (decimal): -2642326 or 6991575. OLE color: 6991575.

HSL color Cylindrical-coordinate representation of color #D7AE6A: hue angle of 37.43º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D7AE6A is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB215174106-
CMYK00.190.510.16
HSL37.43º57.67%62.94%-
HSV(B)37.43º50.7%84.31%-
XYZ45.7645.7620.06-
YUV178.5187.08154.03-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.43%
GREEN value IS 174 (68.36% from 255) = 35.15%
BLUE value IS 106 (41.80% from 255) = 21.41%
R=43.43%
G=35.15%
B=21.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21517410600.190.510.1637.4357.6762.94
HexD7AE6A0133310253a3f
Octal3272561520236320457277
Binary1101011110101110110101001001111001110000100101111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AE6A; }

 p { color: rgb(215,174,106); }

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

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

 a { background-color: rgb(215,174,106); }

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

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

 span { border-color: rgb(215,174,106); }

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