Shades of Putty #D2B46B
Tints of Putty #D2B46B
RGB
CMYK
RGB Variations
Color information
#D2B46B (or 0xD2B46B) is known color: 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
| RGB | 210 | 180 | 107 | - |
| CMYK | 0 | 0.14 | 0.49 | 0.18 |
| HSL | 42.52º | 0.53% | 0.62% | - |
| HSV(B) | 42.52º | 0.49% | 0.82% | - |
| XYZ | 45.55 | 47.41 | 20.66 | - |
| YUV | 180.65 | 86.44 | 148.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 180 | 107 | 0 | 0.14 | 0.49 | 0.18 | 42.52 | 0.53 | 0.62 |
| Hex | D2 | B4 | 6B | 0 | E | 31 | 12 | 2B | 35 | 3E |
| Octal | 322 | 264 | 153 | 0 | 16 | 61 | 22 | 53 | 65 | 76 |
| Binary | 11010010 | 10110100 | 1101011 | 0 | 1110 | 110001 | 10010 | 101011 | 110101 | 111110 |
Color Harmonies of #D2B46B
Complementary color
Monochromatic Colors of #D2B46B
Black with #D2B46B
Text Example
Text Example
White with #D2B46B
Text Example
Text Example
HTML Codes & Css Web 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>