Shades of Putty #CDBA73
Tints of Putty #CDBA73
RGB
CMYK
RGB Variations
Color information
#CDBA73 (or 0xCDBA73) is known color: Putty. HEX triplet: CD, BA and 73. RGB value is (205,186,115). Sum of RGB (Red+Green+Blue) = 205+186+115=506 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.51% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 115 (45.31% from 255 or 22.73% from 506); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDBA73 is #32458C. Grayscale: #B7B7B7. Windows color (decimal): -3294605 or 7584461. OLE color: 7584461.
HSL color Cylindrical-coordinate representation of color #CDBA73: hue angle of 47.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CDBA73 is Cyan = 0, Magento = 0.09, Yellow = 0.44 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 186 | 115 | - |
| CMYK | 0 | 0.09 | 0.44 | 0.20 |
| HSL | 47.33º | 0.47% | 0.63% | - |
| HSV(B) | 47.33º | 0.44% | 0.8% | - |
| XYZ | 45.83 | 49.33 | 23.33 | - |
| YUV | 183.59 | 89.29 | 143.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 186 | 115 | 0 | 0.09 | 0.44 | 0.20 | 47.33 | 0.47 | 0.63 |
| Hex | CD | BA | 73 | 0 | 9 | 2C | 14 | 2F | 2F | 3F |
| Octal | 315 | 272 | 163 | 0 | 11 | 54 | 24 | 57 | 57 | 77 |
| Binary | 11001101 | 10111010 | 1110011 | 0 | 1001 | 101100 | 10100 | 101111 | 101111 | 111111 |
Color Harmonies of #CDBA73
Complementary color
Monochromatic Colors of #CDBA73
Black with #CDBA73
Text Example
Text Example
White with #CDBA73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDBA73; }
p { color: rgb(205,186,115); }
H1.HeaderClassName
{
color: #CDBA73;
}
.AnyTagClassName
{
color: #CDBA73;
}
</style>
background-color css
<style>
a { background-color: #CDBA73; }
a { background-color: rgb(205,186,115); }
div.DivClassName
{
background-color: #CDBA73;
}
.BgClassName
{
background-color: #CDBA73;
}
</style>
border-color css
<style>
span { border-color: #CDBA73; }
span { border-color: rgb(205,186,115); }
td.TdClassName
{
border-color: #CDBA73;
}
.TagClassName
{
border-color: #CDBA73;
}
</style>