Shades of Putty #CDB36A
Tints of Putty #CDB36A
RGB
CMYK
RGB Variations
Color information
#CDB36A (or 0xCDB36A) is known color: Putty. HEX triplet: CD, B3 and 6A. RGB value is (205,179,106). Sum of RGB (Red+Green+Blue) = 205+179+106=490 (64% of max value = 765). Red value is 205 (80.47% from 255 or 41.84% from 490); Green value is 179 (70.31% from 255 or 36.53% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB36A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB36A is #324C95. Grayscale: #B2B2B2. Windows color (decimal): -3296406 or 6992845. OLE color: 6992845.
HSL color Cylindrical-coordinate representation of color #CDB36A: hue angle of 44.24º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDB36A is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 106 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.20 |
| HSL | 44.24º | 0.5% | 0.61% | - |
| HSV(B) | 44.24º | 0.48% | 0.8% | - |
| XYZ | 43.9 | 46.26 | 20.25 | - |
| YUV | 178.45 | 87.11 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 106 | 0 | 0.13 | 0.48 | 0.20 | 44.24 | 0.5 | 0.61 |
| Hex | CD | B3 | 6A | 0 | D | 30 | 14 | 2C | 32 | 3D |
| Octal | 315 | 263 | 152 | 0 | 15 | 60 | 24 | 54 | 62 | 75 |
| Binary | 11001101 | 10110011 | 1101010 | 0 | 1101 | 110000 | 10100 | 101100 | 110010 | 111101 |
Color Harmonies of #CDB36A
Complementary color
Monochromatic Colors of #CDB36A
Black with #CDB36A
Text Example
Text Example
White with #CDB36A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB36A; }
p { color: rgb(205,179,106); }
H1.HeaderClassName
{
color: #CDB36A;
}
.AnyTagClassName
{
color: #CDB36A;
}
</style>
background-color css
<style>
a { background-color: #CDB36A; }
a { background-color: rgb(205,179,106); }
div.DivClassName
{
background-color: #CDB36A;
}
.BgClassName
{
background-color: #CDB36A;
}
</style>
border-color css
<style>
span { border-color: #CDB36A; }
span { border-color: rgb(205,179,106); }
td.TdClassName
{
border-color: #CDB36A;
}
.TagClassName
{
border-color: #CDB36A;
}
</style>