#D8AC69

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

Shades of Equator #D8AC69

Tints of Equator #D8AC69

Color information

#D8AC69 (or 0xD8AC69) is unknown color: approx Equator. HEX triplet: D8, AC and 69. RGB value is (216,172,105). Sum of RGB (Red+Green+Blue) = 216+172+105=493 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.81% from 493); Green value is 172 (67.58% from 255 or 34.89% from 493); Blue value is 105 (41.41% from 255 or 21.30% from 493); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AC69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8AC69 is #275396. Grayscale: #B1B1B1. Windows color (decimal): -2577303 or 6925528. OLE color: 6925528.

HSL color Cylindrical-coordinate representation of color #D8AC69: hue angle of 36.22º 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 #D8AC69 is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB216172105-
CMYK00.200.510.15
HSL36.22º58.73%62.94%-
HSV(B)36.22º51.39%84.71%-
XYZ45.6245.1219.67-
YUV177.5287.08155.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.81%
GREEN value IS 172 (67.58% from 255) = 34.89%
BLUE value IS 105 (41.41% from 255) = 21.30%
R=43.81%
G=34.89%
B=21.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21617210500.200.510.1536.2258.7362.94
HexD8AC6901433F243b3f
Octal3302541510246317447377
Binary110110001010110011010010101001100111111100100111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8AC69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8AC69; }

 p { color: rgb(216,172,105); }

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

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

 a { background-color: rgb(216,172,105); }

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

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

 span { border-color: rgb(216,172,105); }

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