Shades of Putty #D0AE68
Tints of Putty #D0AE68
RGB
CMYK
RGB Variations
Color information
#D0AE68 (or 0xD0AE68) is known color: Putty. HEX triplet: D0, AE and 68. RGB value is (208,174,104). Sum of RGB (Red+Green+Blue) = 208+174+104=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 174 (68.36% from 255 or 35.80% from 486); Blue value is 104 (41.02% from 255 or 21.40% from 486); Max value from RGB is 208 - color contains mainly: red. Hex color #D0AE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D0AE68 is #2F5197. Grayscale: #B0B0B0. Windows color (decimal): -3101080 or 6860496. OLE color: 6860496.
HSL color Cylindrical-coordinate representation of color #D0AE68: hue angle of 40.38º degrees, saturation: 0.53, 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 #D0AE68 is Cyan = 0, Magento = 0.16, Yellow = 0.5 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 174 | 104 | - |
| CMYK | 0 | 0.16 | 0.5 | 0.18 |
| HSL | 40.38º | 0.53% | 0.61% | - |
| HSV(B) | 40.38º | 0.5% | 0.82% | - |
| XYZ | 43.65 | 44.68 | 19.42 | - |
| YUV | 176.19 | 87.26 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 174 | 104 | 0 | 0.16 | 0.5 | 0.18 | 40.38 | 0.53 | 0.61 |
| Hex | D0 | AE | 68 | 0 | 10 | 32 | 12 | 28 | 35 | 3D |
| Octal | 320 | 256 | 150 | 0 | 20 | 62 | 22 | 50 | 65 | 75 |
| Binary | 11010000 | 10101110 | 1101000 | 0 | 10000 | 110010 | 10010 | 101000 | 110101 | 111101 |
Color Harmonies of #D0AE68
Complementary color
Monochromatic Colors of #D0AE68
Black with #D0AE68
Text Example
Text Example
White with #D0AE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0AE68; }
p { color: rgb(208,174,104); }
H1.HeaderClassName
{
color: #D0AE68;
}
.AnyTagClassName
{
color: #D0AE68;
}
</style>
background-color css
<style>
a { background-color: #D0AE68; }
a { background-color: rgb(208,174,104); }
div.DivClassName
{
background-color: #D0AE68;
}
.BgClassName
{
background-color: #D0AE68;
}
</style>
border-color css
<style>
span { border-color: #D0AE68; }
span { border-color: rgb(208,174,104); }
td.TdClassName
{
border-color: #D0AE68;
}
.TagClassName
{
border-color: #D0AE68;
}
</style>