#D9A76B

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

Shades of Equator #D9A76B

Tints of Equator #D9A76B

Color information

#D9A76B (or 0xD9A76B) is unknown color: approx Equator. HEX triplet: D9, A7 and 6B. RGB value is (217,167,107). Sum of RGB (Red+Green+Blue) = 217+167+107=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 167 (65.62% from 255 or 34.01% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A76B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A76B is #265894. Grayscale: #AFAFAF. Windows color (decimal): -2513045 or 7055321. OLE color: 7055321.

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

Color convert

RGB217167107-
CMYK00.230.510.15
HSL32.73º59.14%63.53%-
HSV(B)32.73º50.69%85.1%-
XYZ45.0943.4519.92-
YUV175.1189.56157.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 167 (65.62% from 255) = 34.01%
BLUE value IS 107 (42.19% from 255) = 21.79%
R=44.20%
G=34.01%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716710700.230.510.1532.7359.1463.53
HexD9A76B01733F213b40
Octal33124715302763174173100
Binary1101100110100111110101101011111001111111000011110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A76B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A76B; }

 p { color: rgb(217,167,107); }

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

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

 a { background-color: rgb(217,167,107); }

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

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

 span { border-color: rgb(217,167,107); }

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