Shades of Putty #D0AE7A
Tints of Putty #D0AE7A
RGB
CMYK
RGB Variations
Color information
#D0AE7A (or 0xD0AE7A) is known color: Putty. HEX triplet: D0, AE and 7A. RGB value is (208,174,122). Sum of RGB (Red+Green+Blue) = 208+174+122=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 174 (68.36% from 255 or 34.52% from 504); Blue value is 122 (48.05% from 255 or 24.21% from 504); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE7A is #2F5185. Grayscale: #B2B2B2. Windows color (decimal): -3101062 or 8040144. OLE color: 8040144.
HSL color Cylindrical-coordinate representation of color #D0AE7A: hue angle of 36.28º degrees, saturation: 0.48, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0AE7A is Cyan = 0, Magento = 0.16, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 122 | - |
| CMYK | 0 | 0.16 | 0.41 | 0.18 |
| HSL | 36.28º | 0.48% | 0.65% | - |
| HSV(B) | 36.28º | 0.41% | 0.82% | - |
| XYZ | 44.66 | 45.09 | 24.76 | - |
| YUV | 178.24 | 96.26 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 122 | 0 | 0.16 | 0.41 | 0.18 | 36.28 | 0.48 | 0.65 |
| Hex | D0 | AE | 7A | 0 | 10 | 29 | 12 | 24 | 30 | 41 |
| Octal | 320 | 256 | 172 | 0 | 20 | 51 | 22 | 44 | 60 | 101 |
| Binary | 11010000 | 10101110 | 1111010 | 0 | 10000 | 101001 | 10010 | 100100 | 110000 | 1000001 |
Color Harmonies of #D0AE7A
Complementary color
Monochromatic Colors of #D0AE7A
Black with #D0AE7A
Text Example
Text Example
White with #D0AE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AE7A; }
p { color: rgb(208,174,122); }
H1.HeaderClassName
{
color: #D0AE7A;
}
.AnyTagClassName
{
color: #D0AE7A;
}
</style>
background-color css
<style>
a { background-color: #D0AE7A; }
a { background-color: rgb(208,174,122); }
div.DivClassName
{
background-color: #D0AE7A;
}
.BgClassName
{
background-color: #D0AE7A;
}
</style>
border-color css
<style>
span { border-color: #D0AE7A; }
span { border-color: rgb(208,174,122); }
td.TdClassName
{
border-color: #D0AE7A;
}
.TagClassName
{
border-color: #D0AE7A;
}
</style>