#D2B368

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

Shades of Putty #D2B368

Tints of Putty #D2B368

Color information

#D2B368 (or 0xD2B368) is unknown color: approx Putty. HEX triplet: D2, B3 and 68. RGB value is (210,179,104). Sum of RGB (Red+Green+Blue) = 210+179+104=493 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.60% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 104 (41.02% from 255 or 21.10% from 493); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B368 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B368 is #2D4C97. Grayscale: #B4B4B4. Windows color (decimal): -2968728 or 6861778. OLE color: 6861778.

HSL color Cylindrical-coordinate representation of color #D2B368: hue angle of 42.45º degrees, saturation: 0.54, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D2B368 is Cyan = 0, Magento = 0.15, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB210179104-
CMYK00.150.500.18
HSL42.45º54.08%61.57%-
HSV(B)42.45º50.48%82.35%-
XYZ45.246.9419.78-
YUV179.7285.27149.6-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.60%
GREEN value IS 179 (70.31% from 255) = 36.31%
BLUE value IS 104 (41.02% from 255) = 21.10%
R=42.60%
G=36.31%
B=21.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.50
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21017910400.150.500.1842.4554.0861.57
HexD2B3680F32122a363e
Octal3222631500176222526676
Binary110100101011001111010000111111001010010101010110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B368; }

 p { color: rgb(210,179,104); }

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

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

 a { background-color: rgb(210,179,104); }

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

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

 span { border-color: rgb(210,179,104); }

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