#D9A76F

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

Shades of Putty #D9A76F

Tints of Putty #D9A76F

Color information

#D9A76F (or 0xD9A76F) is unknown color: approx Putty. HEX triplet: D9, A7 and 6F. RGB value is (217,167,111). Sum of RGB (Red+Green+Blue) = 217+167+111=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A76F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9A76F is #265890. Grayscale: #AFAFAF. Windows color (decimal): -2513041 or 7317465. OLE color: 7317465.

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

Color convert

RGB217167111-
CMYK00.230.490.15
HSL31.7º58.24%64.31%-
HSV(B)31.7º48.85%85.1%-
XYZ45.343.5421.05-
YUV175.5791.56157.55-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=43.84%
G=33.74%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21716711100.230.490.1531.758.2464.31
HexD9A76F01731F203a40
Octal33124715702761174072100
Binary1101100110100111110111101011111000111111000001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9A76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9A76F; }

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

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

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

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

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

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

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

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