#D2B46B

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

Shades of Putty #D2B46B

Tints of Putty #D2B46B

Color information

#D2B46B (or 0xD2B46B) is unknown color: approx Putty. HEX triplet: D2, B4 and 6B. RGB value is (210,180,107). Sum of RGB (Red+Green+Blue) = 210+180+107=497 (65% of max value = 765). Red value is 210 (82.42% from 255 or 42.25% from 497); Green value is 180 (70.70% from 255 or 36.22% from 497); Blue value is 107 (42.19% from 255 or 21.53% from 497); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2B46B is #2D4B94. Grayscale: #B4B4B4. Windows color (decimal): -2968469 or 7058642. OLE color: 7058642.

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

Color convert

RGB210180107-
CMYK00.140.490.18
HSL42.52º53.37%62.16%-
HSV(B)42.52º49.05%82.35%-
XYZ45.5547.4120.66-
YUV180.6586.44148.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 42.25%
GREEN value IS 180 (70.70% from 255) = 36.22%
BLUE value IS 107 (42.19% from 255) = 21.53%
R=42.25%
G=36.22%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21018010700.140.490.1842.5253.3762.16
HexD2B46B0E31122b353e
Octal3222641530166122536576
Binary110100101011010011010110111011000110010101011110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2B46B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2B46B; }

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

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

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

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

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

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

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

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