#D0B16C

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

Shades of Putty #D0B16C

Tints of Putty #D0B16C

Color information

#D0B16C (or 0xD0B16C) is unknown color: approx Putty. HEX triplet: D0, B1 and 6C. RGB value is (208,177,108). Sum of RGB (Red+Green+Blue) = 208+177+108=493 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.19% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 108 (42.58% from 255 or 21.91% from 493); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B16C is #2F4E93. Grayscale: #B2B2B2. Windows color (decimal): -3100308 or 7123408. OLE color: 7123408.

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

Color convert

RGB208177108-
CMYK00.150.480.18
HSL41.4º51.55%61.96%-
HSV(B)41.4º48.08%81.57%-
XYZ44.4445.9420.71-
YUV178.488.27149.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.19%
GREEN value IS 177 (69.53% from 255) = 35.90%
BLUE value IS 108 (42.58% from 255) = 21.91%
R=42.19%
G=35.90%
B=21.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817710800.150.480.1841.451.5561.96
HexD0B16C0F301229343e
Octal3202611540176022516476
Binary110100001011000111011000111111000010010101001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B16C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B16C; }

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

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

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

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

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

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

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

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