#D0B07B

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

Shades of Putty #D0B07B

Tints of Putty #D0B07B

Color information

#D0B07B (or 0xD0B07B) is unknown color: approx Putty. HEX triplet: D0, B0 and 7B. RGB value is (208,176,123). Sum of RGB (Red+Green+Blue) = 208+176+123=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 176 (69.14% from 255 or 34.71% from 507); Blue value is 123 (48.44% from 255 or 24.26% from 507); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B07B is #2F4F84. Grayscale: #B3B3B3. Windows color (decimal): -3100549 or 8106192. OLE color: 8106192.

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

Color convert

RGB208176123-
CMYK00.150.410.18
HSL37.41º47.49%64.9%-
HSV(B)37.41º40.87%81.57%-
XYZ45.1145.8925.22-
YUV179.5396.1148.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.03%
GREEN value IS 176 (69.14% from 255) = 34.71%
BLUE value IS 123 (48.44% from 255) = 24.26%
R=41.03%
G=34.71%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817612300.150.410.1837.4147.4964.9
HexD0B07B0F2912252f41
Octal32026017301751224557101
Binary1101000010110000111101101111101001100101001011011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B07B; }

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

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

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

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

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

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

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

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