#D2B478

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

Shades of Putty #D2B478

Tints of Putty #D2B478

Color information

#D2B478 (or 0xD2B478) is unknown color: approx Putty. HEX triplet: D2, B4 and 78. RGB value is (210,180,120). Sum of RGB (Red+Green+Blue) = 210+180+120=510 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.18% from 510); Green value is 180 (70.70% from 255 or 35.29% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B478 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B478 is #2D4B87. Grayscale: #B6B6B6. Windows color (decimal): -2968456 or 7910610. OLE color: 7910610.

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

Color convert

RGB210180120-
CMYK00.140.430.18
HSL40º50%64.71%-
HSV(B)40º42.86%82.35%-
XYZ46.2947.724.54-
YUV182.1392.94147.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 41.18%
GREEN value IS 180 (70.70% from 255) = 35.29%
BLUE value IS 120 (47.27% from 255) = 23.53%
R=41.18%
G=35.29%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018012000.140.430.18405064.71
HexD2B4780E2B12283241
Octal32226417001653225062101
Binary1101001010110100111100001110101011100101010001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B478; }

 p { color: rgb(210,180,120); }

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

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

 a { background-color: rgb(210,180,120); }

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

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

 span { border-color: rgb(210,180,120); }

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