#D8AE6A

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

Shades of Equator #D8AE6A

Tints of Equator #D8AE6A

Color information

#D8AE6A (or 0xD8AE6A) is unknown color: approx Equator. HEX triplet: D8, AE and 6A. RGB value is (216,174,106). Sum of RGB (Red+Green+Blue) = 216+174+106=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 174 (68.36% from 255 or 35.08% from 496); Blue value is 106 (41.80% from 255 or 21.37% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AE6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AE6A is #275195. Grayscale: #B3B3B3. Windows color (decimal): -2576790 or 6991576. OLE color: 6991576.

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

Color convert

RGB216174106-
CMYK00.190.510.15
HSL37.09º58.51%63.14%-
HSV(B)37.09º50.93%84.71%-
XYZ46.0645.9120.07-
YUV178.8186.91154.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.55%
GREEN value IS 174 (68.36% from 255) = 35.08%
BLUE value IS 106 (41.80% from 255) = 21.37%
R=43.55%
G=35.08%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617410600.190.510.1537.0958.5163.14
HexD8AE6A01333F253b3f
Octal3302561520236317457377
Binary110110001010111011010100100111100111111100101111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AE6A; }

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

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

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

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

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

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

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

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