Shades of Putty #D0A26B
Tints of Putty #D0A26B
RGB
CMYK
RGB Variations
Color information
#D0A26B (or 0xD0A26B) is known color: Putty. HEX triplet: D0, A2 and 6B. RGB value is (208,162,107). Sum of RGB (Red+Green+Blue) = 208+162+107=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 162 (63.67% from 255 or 33.96% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A26B is #2F5D94. Grayscale: #A9A9A9. Windows color (decimal): -3104149 or 7054032. OLE color: 7054032.
HSL color Cylindrical-coordinate representation of color #D0A26B: hue angle of 32.67º degrees, saturation: 0.52, 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 #D0A26B is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 107 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.18 |
| HSL | 32.67º | 0.52% | 0.62% | - |
| HSV(B) | 32.67º | 0.49% | 0.82% | - |
| XYZ | 41.59 | 40.31 | 19.5 | - |
| YUV | 169.48 | 92.74 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 107 | 0 | 0.22 | 0.49 | 0.18 | 32.67 | 0.52 | 0.62 |
| Hex | D0 | A2 | 6B | 0 | 16 | 31 | 12 | 21 | 34 | 3E |
| Octal | 320 | 242 | 153 | 0 | 26 | 61 | 22 | 41 | 64 | 76 |
| Binary | 11010000 | 10100010 | 1101011 | 0 | 10110 | 110001 | 10010 | 100001 | 110100 | 111110 |
Color Harmonies of #D0A26B
Complementary color
Monochromatic Colors of #D0A26B
Black with #D0A26B
Text Example
Text Example
White with #D0A26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A26B; }
p { color: rgb(208,162,107); }
H1.HeaderClassName
{
color: #D0A26B;
}
.AnyTagClassName
{
color: #D0A26B;
}
</style>
background-color css
<style>
a { background-color: #D0A26B; }
a { background-color: rgb(208,162,107); }
div.DivClassName
{
background-color: #D0A26B;
}
.BgClassName
{
background-color: #D0A26B;
}
</style>
border-color css
<style>
span { border-color: #D0A26B; }
span { border-color: rgb(208,162,107); }
td.TdClassName
{
border-color: #D0A26B;
}
.TagClassName
{
border-color: #D0A26B;
}
</style>