#D0B476

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

Shades of Putty #D0B476

Tints of Putty #D0B476

Color information

#D0B476 (or 0xD0B476) is unknown color: approx Putty. HEX triplet: D0, B4 and 76. RGB value is (208,180,118). Sum of RGB (Red+Green+Blue) = 208+180+118=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 118 (46.48% from 255 or 23.32% from 506); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B476 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0B476 is #2F4B89. Grayscale: #B5B5B5. Windows color (decimal): -3099530 or 7779536. OLE color: 7779536.

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

Color convert

RGB208180118-
CMYK00.130.430.18
HSL41.33º48.91%63.92%-
HSV(B)41.33º43.27%81.57%-
XYZ45.647.3623.88-
YUV181.392.28147.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 41.11%
GREEN value IS 180 (70.70% from 255) = 35.57%
BLUE value IS 118 (46.48% from 255) = 23.32%
R=41.11%
G=35.57%
B=23.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818011800.130.430.1841.3348.9163.92
HexD0B4760D2B12293140
Octal32026416601553225161100
Binary1101000010110100111011001101101011100101010011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0B476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0B476; }

 p { color: rgb(208,180,118); }

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

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

 a { background-color: rgb(208,180,118); }

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

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

 span { border-color: rgb(208,180,118); }

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