Shades of Putty #D0AF69
Tints of Putty #D0AF69
RGB
CMYK
RGB Variations
Color information
#D0AF69 (or 0xD0AF69) is known color: Putty. HEX triplet: D0, AF and 69. RGB value is (208,175,105). Sum of RGB (Red+Green+Blue) = 208+175+105=488 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.62% from 488); Green value is 175 (68.75% from 255 or 35.86% from 488); Blue value is 105 (41.41% from 255 or 21.52% from 488); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AF69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AF69 is #2F5096. Grayscale: #B1B1B1. Windows color (decimal): -3100823 or 6926288. OLE color: 6926288.
HSL color Cylindrical-coordinate representation of color #D0AF69: hue angle of 40.78º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D0AF69 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 175 | 105 | - |
| CMYK | 0 | 0.16 | 0.50 | 0.18 |
| HSL | 40.78º | 0.52% | 0.61% | - |
| HSV(B) | 40.78º | 0.5% | 0.82% | - |
| XYZ | 43.89 | 45.09 | 19.75 | - |
| YUV | 176.89 | 87.43 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 175 | 105 | 0 | 0.16 | 0.50 | 0.18 | 40.78 | 0.52 | 0.61 |
| Hex | D0 | AF | 69 | 0 | 10 | 32 | 12 | 29 | 34 | 3D |
| Octal | 320 | 257 | 151 | 0 | 20 | 62 | 22 | 51 | 64 | 75 |
| Binary | 11010000 | 10101111 | 1101001 | 0 | 10000 | 110010 | 10010 | 101001 | 110100 | 111101 |
Color Harmonies of #D0AF69
Complementary color
Monochromatic Colors of #D0AF69
Black with #D0AF69
Text Example
Text Example
White with #D0AF69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AF69; }
p { color: rgb(208,175,105); }
H1.HeaderClassName
{
color: #D0AF69;
}
.AnyTagClassName
{
color: #D0AF69;
}
</style>
background-color css
<style>
a { background-color: #D0AF69; }
a { background-color: rgb(208,175,105); }
div.DivClassName
{
background-color: #D0AF69;
}
.BgClassName
{
background-color: #D0AF69;
}
</style>
border-color css
<style>
span { border-color: #D0AF69; }
span { border-color: rgb(208,175,105); }
td.TdClassName
{
border-color: #D0AF69;
}
.TagClassName
{
border-color: #D0AF69;
}
</style>