Shades of Putty #CDB96F
Tints of Putty #CDB96F
RGB
CMYK
RGB Variations
Color information
#CDB96F (or 0xCDB96F) is known color: Putty. HEX triplet: CD, B9 and 6F. RGB value is (205,185,111). Sum of RGB (Red+Green+Blue) = 205+185+111=501 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.92% from 501); Green value is 185 (72.66% from 255 or 36.93% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB96F is #324690. Grayscale: #B6B6B6. Windows color (decimal): -3294865 or 7322061. OLE color: 7322061.
HSL color Cylindrical-coordinate representation of color #CDB96F: hue angle of 47.23º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDB96F is Cyan = 0, Magento = 0.10, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 111 | - |
| CMYK | 0 | 0.10 | 0.46 | 0.20 |
| HSL | 47.23º | 0.48% | 0.62% | - |
| HSV(B) | 47.23º | 0.46% | 0.8% | - |
| XYZ | 45.4 | 48.82 | 22.07 | - |
| YUV | 182.54 | 87.63 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 111 | 0 | 0.10 | 0.46 | 0.20 | 47.23 | 0.48 | 0.62 |
| Hex | CD | B9 | 6F | 0 | A | 2E | 14 | 2F | 30 | 3E |
| Octal | 315 | 271 | 157 | 0 | 12 | 56 | 24 | 57 | 60 | 76 |
| Binary | 11001101 | 10111001 | 1101111 | 0 | 1010 | 101110 | 10100 | 101111 | 110000 | 111110 |
Color Harmonies of #CDB96F
Complementary color
Monochromatic Colors of #CDB96F
Black with #CDB96F
Text Example
Text Example
White with #CDB96F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB96F; }
p { color: rgb(205,185,111); }
H1.HeaderClassName
{
color: #CDB96F;
}
.AnyTagClassName
{
color: #CDB96F;
}
</style>
background-color css
<style>
a { background-color: #CDB96F; }
a { background-color: rgb(205,185,111); }
div.DivClassName
{
background-color: #CDB96F;
}
.BgClassName
{
background-color: #CDB96F;
}
</style>
border-color css
<style>
span { border-color: #CDB96F; }
span { border-color: rgb(205,185,111); }
td.TdClassName
{
border-color: #CDB96F;
}
.TagClassName
{
border-color: #CDB96F;
}
</style>