#D0B06F

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

Shades of Putty #D0B06F

Tints of Putty #D0B06F

Color information

#D0B06F (or 0xD0B06F) is unknown color: approx Putty. HEX triplet: D0, B0 and 6F. RGB value is (208,176,111). Sum of RGB (Red+Green+Blue) = 208+176+111=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 176 (69.14% from 255 or 35.56% from 495); Blue value is 111 (43.75% from 255 or 22.42% from 495); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B06F is #2F4F90. Grayscale: #B2B2B2. Windows color (decimal): -3100561 or 7319760. OLE color: 7319760.

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

Color convert

RGB208176111-
CMYK00.150.470.18
HSL40.21º50.79%62.55%-
HSV(B)40.21º46.63%81.57%-
XYZ44.4145.6121.5-
YUV178.1690.1149.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.02%
GREEN value IS 176 (69.14% from 255) = 35.56%
BLUE value IS 111 (43.75% from 255) = 22.42%
R=42.02%
G=35.56%
B=22.42%

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
Decimal20817611100.150.470.1840.2150.7962.55
HexD0B06F0F2F1228333f
Octal3202601570175722506377
Binary110100001011000011011110111110111110010101000110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B06F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B06F; }

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

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

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

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

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

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

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

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