Shades of Putty #CDA768
Tints of Putty #CDA768
RGB
CMYK
RGB Variations
Color information
#CDA768 (or 0xCDA768) is known color: Putty. HEX triplet: CD, A7 and 68. RGB value is (205,167,104). Sum of RGB (Red+Green+Blue) = 205+167+104=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 167 (65.62% from 255 or 35.08% from 476); Blue value is 104 (41.02% from 255 or 21.85% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA768 is #325897. Grayscale: #ABABAB. Windows color (decimal): -3299480 or 6858701. OLE color: 6858701.
HSL color Cylindrical-coordinate representation of color #CDA768: hue angle of 37.43º 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 #CDA768 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 167 | 104 | - |
| CMYK | 0 | 0.19 | 0.49 | 0.20 |
| HSL | 37.43º | 0.5% | 0.61% | - |
| HSV(B) | 37.43º | 0.49% | 0.8% | - |
| XYZ | 41.49 | 41.62 | 18.94 | - |
| YUV | 171.18 | 90.09 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 167 | 104 | 0 | 0.19 | 0.49 | 0.20 | 37.43 | 0.5 | 0.61 |
| Hex | CD | A7 | 68 | 0 | 13 | 31 | 14 | 25 | 32 | 3D |
| Octal | 315 | 247 | 150 | 0 | 23 | 61 | 24 | 45 | 62 | 75 |
| Binary | 11001101 | 10100111 | 1101000 | 0 | 10011 | 110001 | 10100 | 100101 | 110010 | 111101 |
Color Harmonies of #CDA768
Complementary color
Monochromatic Colors of #CDA768
Black with #CDA768
Text Example
Text Example
White with #CDA768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA768; }
p { color: rgb(205,167,104); }
H1.HeaderClassName
{
color: #CDA768;
}
.AnyTagClassName
{
color: #CDA768;
}
</style>
background-color css
<style>
a { background-color: #CDA768; }
a { background-color: rgb(205,167,104); }
div.DivClassName
{
background-color: #CDA768;
}
.BgClassName
{
background-color: #CDA768;
}
</style>
border-color css
<style>
span { border-color: #CDA768; }
span { border-color: rgb(205,167,104); }
td.TdClassName
{
border-color: #CDA768;
}
.TagClassName
{
border-color: #CDA768;
}
</style>