#D0B16F

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

Shades of Putty #D0B16F

Tints of Putty #D0B16F

Color information

#D0B16F (or 0xD0B16F) is unknown color: approx Putty. HEX triplet: D0, B1 and 6F. RGB value is (208,177,111). Sum of RGB (Red+Green+Blue) = 208+177+111=496 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.94% from 496); Green value is 177 (69.53% from 255 or 35.69% from 496); Blue value is 111 (43.75% from 255 or 22.38% from 496); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B16F is #2F4E90. Grayscale: #B3B3B3. Windows color (decimal): -3100305 or 7320016. OLE color: 7320016.

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

Color convert

RGB208177111-
CMYK00.150.470.18
HSL40.82º50.79%62.55%-
HSV(B)40.82º46.63%81.57%-
XYZ44.64621.57-
YUV178.7489.77148.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.94%
GREEN value IS 177 (69.53% from 255) = 35.69%
BLUE value IS 111 (43.75% from 255) = 22.38%
R=41.94%
G=35.69%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817711100.150.470.1840.8250.7962.55
HexD0B16F0F2F1229333f
Octal3202611570175722516377
Binary110100001011000111011110111110111110010101001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B16F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B16F; }

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

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

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

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

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

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

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

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