#D1A372

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

Shades of Putty #D1A372

Tints of Putty #D1A372

Color information

#D1A372 (or 0xD1A372) is unknown color: approx Putty. HEX triplet: D1, A3 and 72. RGB value is (209,163,114). Sum of RGB (Red+Green+Blue) = 209+163+114=486 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.00% from 486); Green value is 163 (64.06% from 255 or 33.54% from 486); Blue value is 114 (44.92% from 255 or 23.46% from 486); Max value from RGB is 209 - color contains mainly: red. Hex color #D1A372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1A372 is #2E5C8D. Grayscale: #ABABAB. Windows color (decimal): -3038350 or 7513041. OLE color: 7513041.

HSL color Cylindrical-coordinate representation of color #D1A372: hue angle of 30.95º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D1A372 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB209163114-
CMYK00.220.450.18
HSL30.95º50.8%63.33%-
HSV(B)30.95º45.45%81.96%-
XYZ42.4340.9621.59-
YUV171.1795.74154.98-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.00%
GREEN value IS 163 (64.06% from 255) = 33.54%
BLUE value IS 114 (44.92% from 255) = 23.46%
R=43.00%
G=33.54%
B=23.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20916311400.220.450.1830.9550.863.33
HexD1A3720162D121f333f
Octal3212431620265522376377
Binary110100011010001111100100101101011011001011111110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1A372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1A372; }

 p { color: rgb(209,163,114); }

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

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

 a { background-color: rgb(209,163,114); }

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

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

 span { border-color: rgb(209,163,114); }

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