Shades of Putty #CDAE68
Tints of Putty #CDAE68
RGB
CMYK
RGB Variations
Color information
#CDAE68 (or 0xCDAE68) is known color: Putty. HEX triplet: CD, AE and 68. RGB value is (205,174,104). Sum of RGB (Red+Green+Blue) = 205+174+104=483 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.44% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 104 (41.02% from 255 or 21.53% from 483); Max value from RGB is 205 - color contains mainly: red. Hex color #CDAE68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDAE68 is #325197. Grayscale: #AFAFAF. Windows color (decimal): -3297688 or 6860493. OLE color: 6860493.
HSL color Cylindrical-coordinate representation of color #CDAE68: hue angle of 41.58º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDAE68 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 174 | 104 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.20 |
| HSL | 41.58º | 0.5% | 0.61% | - |
| HSV(B) | 41.58º | 0.49% | 0.8% | - |
| XYZ | 42.81 | 44.25 | 19.38 | - |
| YUV | 175.29 | 87.77 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 174 | 104 | 0 | 0.15 | 0.49 | 0.20 | 41.58 | 0.5 | 0.61 |
| Hex | CD | AE | 68 | 0 | F | 31 | 14 | 2A | 32 | 3D |
| Octal | 315 | 256 | 150 | 0 | 17 | 61 | 24 | 52 | 62 | 75 |
| Binary | 11001101 | 10101110 | 1101000 | 0 | 1111 | 110001 | 10100 | 101010 | 110010 | 111101 |
Color Harmonies of #CDAE68
Complementary color
Monochromatic Colors of #CDAE68
Black with #CDAE68
Text Example
Text Example
White with #CDAE68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDAE68; }
p { color: rgb(205,174,104); }
H1.HeaderClassName
{
color: #CDAE68;
}
.AnyTagClassName
{
color: #CDAE68;
}
</style>
background-color css
<style>
a { background-color: #CDAE68; }
a { background-color: rgb(205,174,104); }
div.DivClassName
{
background-color: #CDAE68;
}
.BgClassName
{
background-color: #CDAE68;
}
</style>
border-color css
<style>
span { border-color: #CDAE68; }
span { border-color: rgb(205,174,104); }
td.TdClassName
{
border-color: #CDAE68;
}
.TagClassName
{
border-color: #CDAE68;
}
</style>