#D6A772

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

Shades of Putty #D6A772

Tints of Putty #D6A772

Color information

#D6A772 (or 0xD6A772) is unknown color: approx Putty. HEX triplet: D6, A7 and 72. RGB value is (214,167,114). Sum of RGB (Red+Green+Blue) = 214+167+114=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 167 (65.62% from 255 or 33.74% from 495); Blue value is 114 (44.92% from 255 or 23.03% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A772 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A772 is #29588D. Grayscale: #AFAFAF. Windows color (decimal): -2709646 or 7514070. OLE color: 7514070.

HSL color Cylindrical-coordinate representation of color #D6A772: hue angle of 31.8º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6A772 is Cyan = 0, Magento = 0.22, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB214167114-
CMYK00.220.470.16
HSL31.8º54.95%64.31%-
HSV(B)31.8º46.73%83.92%-
XYZ44.5943.1521.9-
YUV175.0193.57155.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 167 (65.62% from 255) = 33.74%
BLUE value IS 114 (44.92% from 255) = 23.03%
R=43.23%
G=33.74%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416711400.220.470.1631.854.9564.31
HexD6A7720162F10203740
Octal32624716202657204067100
Binary11010110101001111110010010110101111100001000001101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A772; }

 p { color: rgb(214,167,114); }

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

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

 a { background-color: rgb(214,167,114); }

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

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

 span { border-color: rgb(214,167,114); }

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