Shades of Putty #CDA66A
Tints of Putty #CDA66A
RGB
CMYK
RGB Variations
Color information
#CDA66A (or 0xCDA66A) is known color: Putty. HEX triplet: CD, A6 and 6A. RGB value is (205,166,106). Sum of RGB (Red+Green+Blue) = 205+166+106=477 (63% of max value = 765). Red value is 205 (80.47% from 255 or 42.98% from 477); Green value is 166 (65.23% from 255 or 34.80% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA66A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA66A is #325995. Grayscale: #ABABAB. Windows color (decimal): -3299734 or 6989517. OLE color: 6989517.
HSL color Cylindrical-coordinate representation of color #CDA66A: hue angle of 36.36º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDA66A is Cyan = 0, Magento = 0.19, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 166 | 106 | - |
| CMYK | 0 | 0.19 | 0.48 | 0.20 |
| HSL | 36.36º | 0.5% | 0.61% | - |
| HSV(B) | 36.36º | 0.48% | 0.8% | - |
| XYZ | 41.41 | 41.29 | 19.42 | - |
| YUV | 170.82 | 91.42 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 166 | 106 | 0 | 0.19 | 0.48 | 0.20 | 36.36 | 0.5 | 0.61 |
| Hex | CD | A6 | 6A | 0 | 13 | 30 | 14 | 24 | 32 | 3D |
| Octal | 315 | 246 | 152 | 0 | 23 | 60 | 24 | 44 | 62 | 75 |
| Binary | 11001101 | 10100110 | 1101010 | 0 | 10011 | 110000 | 10100 | 100100 | 110010 | 111101 |
Color Harmonies of #CDA66A
Complementary color
Monochromatic Colors of #CDA66A
Black with #CDA66A
Text Example
Text Example
White with #CDA66A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA66A; }
p { color: rgb(205,166,106); }
H1.HeaderClassName
{
color: #CDA66A;
}
.AnyTagClassName
{
color: #CDA66A;
}
</style>
background-color css
<style>
a { background-color: #CDA66A; }
a { background-color: rgb(205,166,106); }
div.DivClassName
{
background-color: #CDA66A;
}
.BgClassName
{
background-color: #CDA66A;
}
</style>
border-color css
<style>
span { border-color: #CDA66A; }
span { border-color: rgb(205,166,106); }
td.TdClassName
{
border-color: #CDA66A;
}
.TagClassName
{
border-color: #CDA66A;
}
</style>