#D0B36F

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

Shades of Putty #D0B36F

Tints of Putty #D0B36F

Color information

#D0B36F (or 0xD0B36F) is unknown color: approx Putty. HEX triplet: D0, B3 and 6F. RGB value is (208,179,111). Sum of RGB (Red+Green+Blue) = 208+179+111=498 (65% of max value = 765). Red value is 208 (81.64% from 255 or 41.77% from 498); Green value is 179 (70.31% from 255 or 35.94% from 498); Blue value is 111 (43.75% from 255 or 22.29% from 498); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B36F is #2F4C90. Grayscale: #B4B4B4. Windows color (decimal): -3099793 or 7320528. OLE color: 7320528.

HSL color Cylindrical-coordinate representation of color #D0B36F: hue angle of 42.06º 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 #D0B36F is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB208179111-
CMYK00.140.470.18
HSL42.06º50.79%62.55%-
HSV(B)42.06º46.63%81.57%-
XYZ4546.821.7-
YUV179.9289.11148.03-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.77%
GREEN value IS 179 (70.31% from 255) = 35.94%
BLUE value IS 111 (43.75% from 255) = 22.29%
R=41.77%
G=35.94%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817911100.140.470.1842.0650.7962.55
HexD0B36F0E2F122a333f
Octal3202631570165722526377
Binary110100001011001111011110111010111110010101010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B36F; }

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

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

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

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

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

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

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

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