Shades of Putty #CDA867
Tints of Putty #CDA867
RGB
CMYK
RGB Variations
Color information
#CDA867 (or 0xCDA867) is known color: Putty. HEX triplet: CD, A8 and 67. RGB value is (205,168,103). Sum of RGB (Red+Green+Blue) = 205+168+103=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 168 (66.02% from 255 or 35.29% from 476); Blue value is 103 (40.62% from 255 or 21.64% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA867 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA867 is #325798. Grayscale: #ABABAB. Windows color (decimal): -3299225 or 6793421. OLE color: 6793421.
HSL color Cylindrical-coordinate representation of color #CDA867: hue angle of 38.24º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDA867 is Cyan = 0, Magento = 0.18, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 168 | 103 | - |
| CMYK | 0 | 0.18 | 0.50 | 0.20 |
| HSL | 38.24º | 0.5% | 0.6% | - |
| HSV(B) | 38.24º | 0.5% | 0.8% | - |
| XYZ | 41.63 | 41.96 | 18.74 | - |
| YUV | 171.65 | 89.26 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 168 | 103 | 0 | 0.18 | 0.50 | 0.20 | 38.24 | 0.5 | 0.6 |
| Hex | CD | A8 | 67 | 0 | 12 | 32 | 14 | 26 | 32 | 3C |
| Octal | 315 | 250 | 147 | 0 | 22 | 62 | 24 | 46 | 62 | 74 |
| Binary | 11001101 | 10101000 | 1100111 | 0 | 10010 | 110010 | 10100 | 100110 | 110010 | 111100 |
Color Harmonies of #CDA867
Complementary color
Monochromatic Colors of #CDA867
Black with #CDA867
Text Example
Text Example
White with #CDA867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA867; }
p { color: rgb(205,168,103); }
H1.HeaderClassName
{
color: #CDA867;
}
.AnyTagClassName
{
color: #CDA867;
}
</style>
background-color css
<style>
a { background-color: #CDA867; }
a { background-color: rgb(205,168,103); }
div.DivClassName
{
background-color: #CDA867;
}
.BgClassName
{
background-color: #CDA867;
}
</style>
border-color css
<style>
span { border-color: #CDA867; }
span { border-color: rgb(205,168,103); }
td.TdClassName
{
border-color: #CDA867;
}
.TagClassName
{
border-color: #CDA867;
}
</style>