#D0B172

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

Shades of Putty #D0B172

Tints of Putty #D0B172

Color information

#D0B172 (or 0xD0B172) is unknown color: approx Putty. HEX triplet: D0, B1 and 72. RGB value is (208,177,114). Sum of RGB (Red+Green+Blue) = 208+177+114=499 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.68% from 499); Green value is 177 (69.53% from 255 or 35.47% from 499); Blue value is 114 (44.92% from 255 or 22.85% from 499); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B172 is #2F4E8D. Grayscale: #B3B3B3. Windows color (decimal): -3100302 or 7516624. OLE color: 7516624.

HSL color Cylindrical-coordinate representation of color #D0B172: hue angle of 40.21º degrees, saturation: 0.5, 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 #D0B172 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB208177114-
CMYK00.150.450.18
HSL40.21º50%63.14%-
HSV(B)40.21º45.19%81.57%-
XYZ44.7746.0722.45-
YUV179.0991.27148.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.68%
GREEN value IS 177 (69.53% from 255) = 35.47%
BLUE value IS 114 (44.92% from 255) = 22.85%
R=41.68%
G=35.47%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817711400.150.450.1840.215063.14
HexD0B1720F2D1228323f
Octal3202611620175522506277
Binary110100001011000111100100111110110110010101000110010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B172; }

 p { color: rgb(208,177,114); }

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

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

 a { background-color: rgb(208,177,114); }

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

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

 span { border-color: rgb(208,177,114); }

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