Shades of Putty #D2B274
Tints of Putty #D2B274
RGB
CMYK
RGB Variations
Color information
#D2B274 (or 0xD2B274) is known color: Putty. HEX triplet: D2, B2 and 74. RGB value is (210,178,116). Sum of RGB (Red+Green+Blue) = 210+178+116=504 (66% of max value = 765). Red value is 210 (82.42% from 255 or 41.67% from 504); Green value is 178 (69.92% from 255 or 35.32% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2B274 is #2D4D8B. Grayscale: #B4B4B4. Windows color (decimal): -2968972 or 7647954. OLE color: 7647954.
HSL color Cylindrical-coordinate representation of color #D2B274: hue angle of 39.57º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2B274 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 178 | 116 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.18 |
| HSL | 39.57º | 0.51% | 0.64% | - |
| HSV(B) | 39.57º | 0.45% | 0.82% | - |
| XYZ | 45.65 | 46.8 | 23.15 | - |
| YUV | 180.5 | 91.6 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 178 | 116 | 0 | 0.15 | 0.45 | 0.18 | 39.57 | 0.51 | 0.64 |
| Hex | D2 | B2 | 74 | 0 | F | 2D | 12 | 28 | 33 | 40 |
| Octal | 322 | 262 | 164 | 0 | 17 | 55 | 22 | 50 | 63 | 100 |
| Binary | 11010010 | 10110010 | 1110100 | 0 | 1111 | 101101 | 10010 | 101000 | 110011 | 1000000 |
Color Harmonies of #D2B274
Complementary color
Monochromatic Colors of #D2B274
Black with #D2B274
Text Example
Text Example
White with #D2B274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B274; }
p { color: rgb(210,178,116); }
H1.HeaderClassName
{
color: #D2B274;
}
.AnyTagClassName
{
color: #D2B274;
}
</style>
background-color css
<style>
a { background-color: #D2B274; }
a { background-color: rgb(210,178,116); }
div.DivClassName
{
background-color: #D2B274;
}
.BgClassName
{
background-color: #D2B274;
}
</style>
border-color css
<style>
span { border-color: #D2B274; }
span { border-color: rgb(210,178,116); }
td.TdClassName
{
border-color: #D2B274;
}
.TagClassName
{
border-color: #D2B274;
}
</style>