#D1A76A

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

Shades of Putty #D1A76A

Tints of Putty #D1A76A

Color information

#D1A76A (or 0xD1A76A) is unknown color: approx Putty. HEX triplet: D1, A7 and 6A. RGB value is (209,167,106). Sum of RGB (Red+Green+Blue) = 209+167+106=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 106 (41.80% from 255 or 21.99% from 482); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A76A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A76A is #2E5895. Grayscale: #ACACAC. Windows color (decimal): -3037334 or 6989777. OLE color: 6989777.

HSL color Cylindrical-coordinate representation of color #D1A76A: hue angle of 35.53º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D1A76A is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB209167106-
CMYK00.200.490.18
HSL35.53º52.82%61.76%-
HSV(B)35.53º49.28%81.96%-
XYZ42.7142.2319.54-
YUV172.690.41153.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 106 (41.80% from 255) = 21.99%
R=43.36%
G=34.65%
B=21.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916710600.200.490.1835.5352.8261.76
HexD1A76A014311224353e
Octal3212471520246122446576
Binary1101000110100111110101001010011000110010100100110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A76A; }

 p { color: rgb(209,167,106); }

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

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

 a { background-color: rgb(209,167,106); }

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

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

 span { border-color: rgb(209,167,106); }

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