#d0b178

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

Shades of Putty #D0B178

Tints of Putty #D0B178

Color information

#D0B178 (or 0xD0B178) is unknown color: approx Putty. HEX triplet: D0, B1 and 78. RGB value is (208,177,120). Sum of RGB (Red+Green+Blue) = 208+177+120=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 120 (47.27% from 255 or 23.76% from 505); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0B178 is #2F4E87. Grayscale: #B4B4B4. Windows color (decimal): -3100296 or 7909840. OLE color: 7909840.

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

Color convert

RGB208177120-
CMYK00.150.420.18
HSL38.86º48.35%64.31%-
HSV(B)38.86º42.31%81.57%-
XYZ45.1246.2124.31-
YUV179.7794.27148.13-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.19%
GREEN value IS 177 (69.53% from 255) = 35.05%
BLUE value IS 120 (47.27% from 255) = 23.76%
R=41.19%
G=35.05%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20817712000.150.420.1838.8648.3564.31
HexD0B1780F2A12273040
Octal32026117001752224760100
Binary1101000010110001111100001111101010100101001111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d0b178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d0b178; }

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

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

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

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

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

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

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

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