#D2B17A

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

Shades of Putty #D2B17A

Tints of Putty #D2B17A

Color information

#D2B17A (or 0xD2B17A) is unknown color: approx Putty. HEX triplet: D2, B1 and 7A. RGB value is (210,177,122). Sum of RGB (Red+Green+Blue) = 210+177+122=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 177 (69.53% from 255 or 34.77% from 509); Blue value is 122 (48.05% from 255 or 23.97% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B17A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B17A is #2D4E85. Grayscale: #B4B4B4. Windows color (decimal): -2969222 or 8040914. OLE color: 8040914.

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

Color convert

RGB210177122-
CMYK00.160.420.18
HSL37.5º49.44%65.1%-
HSV(B)37.5º41.9%82.35%-
XYZ45.8146.5524.98-
YUV180.694.93148.97-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.26%
GREEN value IS 177 (69.53% from 255) = 34.77%
BLUE value IS 122 (48.05% from 255) = 23.97%
R=41.26%
G=34.77%
B=23.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017712200.160.420.1837.549.4465.1
HexD2B17A0102A12263141
Octal32226117202052224661101
Binary11010010101100011111010010000101010100101001101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B17A; }

 p { color: rgb(210,177,122); }

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

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

 a { background-color: rgb(210,177,122); }

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

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

 span { border-color: rgb(210,177,122); }

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