#D8AA67

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

Shades of Equator #D8AA67

Tints of Equator #D8AA67

Color information

#D8AA67 (or 0xD8AA67) is unknown color: approx Equator. HEX triplet: D8, AA and 67. RGB value is (216,170,103). Sum of RGB (Red+Green+Blue) = 216+170+103=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 103 (40.62% from 255 or 21.06% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AA67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AA67 is #275598. Grayscale: #B0B0B0. Windows color (decimal): -2577817 or 6793944. OLE color: 6793944.

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

Color convert

RGB216170103-
CMYK00.210.520.15
HSL35.58º59.16%62.55%-
HSV(B)35.58º52.31%84.71%-
XYZ45.1444.3319.01-
YUV176.1286.74156.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.17%
GREEN value IS 170 (66.80% from 255) = 34.76%
BLUE value IS 103 (40.62% from 255) = 21.06%
R=44.17%
G=34.76%
B=21.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617010300.210.520.1535.5859.1662.55
HexD8AA6701534F243b3f
Octal3302521470256417447377
Binary110110001010101011001110101011101001111100100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AA67; }

 p { color: rgb(216,170,103); }

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

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

 a { background-color: rgb(216,170,103); }

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

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

 span { border-color: rgb(216,170,103); }

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