Shades of Putty #CDBA71
Tints of Putty #CDBA71
RGB
CMYK
RGB Variations
Color information
#CDBA71 (or 0xCDBA71) is known color: Putty. HEX triplet: CD, BA and 71. RGB value is (205,186,113). Sum of RGB (Red+Green+Blue) = 205+186+113=504 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.67% from 504); Green value is 186 (73.05% from 255 or 36.90% from 504); Blue value is 113 (44.53% from 255 or 22.42% from 504); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA71 is #32458E. Grayscale: #B7B7B7. Windows color (decimal): -3294607 or 7453389. OLE color: 7453389.
HSL color Cylindrical-coordinate representation of color #CDBA71: hue angle of 47.61º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDBA71 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 113 | - |
| CMYK | 0 | 0.09 | 0.45 | 0.20 |
| HSL | 47.61º | 0.48% | 0.62% | - |
| HSV(B) | 47.61º | 0.45% | 0.8% | - |
| XYZ | 45.72 | 49.29 | 22.73 | - |
| YUV | 183.36 | 88.29 | 143.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 113 | 0 | 0.09 | 0.45 | 0.20 | 47.61 | 0.48 | 0.62 |
| Hex | CD | BA | 71 | 0 | 9 | 2D | 14 | 30 | 30 | 3E |
| Octal | 315 | 272 | 161 | 0 | 11 | 55 | 24 | 60 | 60 | 76 |
| Binary | 11001101 | 10111010 | 1110001 | 0 | 1001 | 101101 | 10100 | 110000 | 110000 | 111110 |
Color Harmonies of #CDBA71
Complementary color
Monochromatic Colors of #CDBA71
Black with #CDBA71
Text Example
Text Example
White with #CDBA71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA71; }
p { color: rgb(205,186,113); }
H1.HeaderClassName
{
color: #CDBA71;
}
.AnyTagClassName
{
color: #CDBA71;
}
</style>
background-color css
<style>
a { background-color: #CDBA71; }
a { background-color: rgb(205,186,113); }
div.DivClassName
{
background-color: #CDBA71;
}
.BgClassName
{
background-color: #CDBA71;
}
</style>
border-color css
<style>
span { border-color: #CDBA71; }
span { border-color: rgb(205,186,113); }
td.TdClassName
{
border-color: #CDBA71;
}
.TagClassName
{
border-color: #CDBA71;
}
</style>