Shades of Putty #D0A26A
Tints of Putty #D0A26A
RGB
CMYK
RGB Variations
Color information
#D0A26A (or 0xD0A26A) is known color: Putty. HEX triplet: D0, A2 and 6A. RGB value is (208,162,106). Sum of RGB (Red+Green+Blue) = 208+162+106=476 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.70% from 476); Green value is 162 (63.67% from 255 or 34.03% from 476); Blue value is 106 (41.80% from 255 or 22.27% from 476); Max value from RGB is 208 - color contains mainly: red. Hex color #D0A26A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0A26A is #2F5D95. Grayscale: #A9A9A9. Windows color (decimal): -3104150 or 6988496. OLE color: 6988496.
HSL color Cylindrical-coordinate representation of color #D0A26A: hue angle of 32.94º 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 #D0A26A is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 162 | 106 | - |
| CMYK | 0 | 0.22 | 0.49 | 0.18 |
| HSL | 32.94º | 0.52% | 0.62% | - |
| HSV(B) | 32.94º | 0.49% | 0.82% | - |
| XYZ | 41.53 | 40.29 | 19.22 | - |
| YUV | 169.37 | 92.24 | 155.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 162 | 106 | 0 | 0.22 | 0.49 | 0.18 | 32.94 | 0.52 | 0.62 |
| Hex | D0 | A2 | 6A | 0 | 16 | 31 | 12 | 21 | 34 | 3E |
| Octal | 320 | 242 | 152 | 0 | 26 | 61 | 22 | 41 | 64 | 76 |
| Binary | 11010000 | 10100010 | 1101010 | 0 | 10110 | 110001 | 10010 | 100001 | 110100 | 111110 |
Color Harmonies of #D0A26A
Complementary color
Monochromatic Colors of #D0A26A
Black with #D0A26A
Text Example
Text Example
White with #D0A26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0A26A; }
p { color: rgb(208,162,106); }
H1.HeaderClassName
{
color: #D0A26A;
}
.AnyTagClassName
{
color: #D0A26A;
}
</style>
background-color css
<style>
a { background-color: #D0A26A; }
a { background-color: rgb(208,162,106); }
div.DivClassName
{
background-color: #D0A26A;
}
.BgClassName
{
background-color: #D0A26A;
}
</style>
border-color css
<style>
span { border-color: #D0A26A; }
span { border-color: rgb(208,162,106); }
td.TdClassName
{
border-color: #D0A26A;
}
.TagClassName
{
border-color: #D0A26A;
}
</style>