Shades of Putty #CDB36B
Tints of Putty #CDB36B
RGB
CMYK
RGB Variations
Color information
#CDB36B (or 0xCDB36B) is known color: Putty. HEX triplet: CD, B3 and 6B. RGB value is (205,179,107). Sum of RGB (Red+Green+Blue) = 205+179+107=491 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.75% from 491); Green value is 179 (70.31% from 255 or 36.46% from 491); Blue value is 107 (42.19% from 255 or 21.79% from 491); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB36B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB36B is #324C94. Grayscale: #B2B2B2. Windows color (decimal): -3296405 or 7058381. OLE color: 7058381.
HSL color Cylindrical-coordinate representation of color #CDB36B: hue angle of 44.08º degrees, saturation: 0.49, 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 #CDB36B is Cyan = 0, Magento = 0.13, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 107 | - |
| CMYK | 0 | 0.13 | 0.48 | 0.20 |
| HSL | 44.08º | 0.49% | 0.61% | - |
| HSV(B) | 44.08º | 0.48% | 0.8% | - |
| XYZ | 43.95 | 46.28 | 20.53 | - |
| YUV | 178.57 | 87.61 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 107 | 0 | 0.13 | 0.48 | 0.20 | 44.08 | 0.49 | 0.61 |
| Hex | CD | B3 | 6B | 0 | D | 30 | 14 | 2C | 31 | 3D |
| Octal | 315 | 263 | 153 | 0 | 15 | 60 | 24 | 54 | 61 | 75 |
| Binary | 11001101 | 10110011 | 1101011 | 0 | 1101 | 110000 | 10100 | 101100 | 110001 | 111101 |
Color Harmonies of #CDB36B
Complementary color
Monochromatic Colors of #CDB36B
Black with #CDB36B
Text Example
Text Example
White with #CDB36B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB36B; }
p { color: rgb(205,179,107); }
H1.HeaderClassName
{
color: #CDB36B;
}
.AnyTagClassName
{
color: #CDB36B;
}
</style>
background-color css
<style>
a { background-color: #CDB36B; }
a { background-color: rgb(205,179,107); }
div.DivClassName
{
background-color: #CDB36B;
}
.BgClassName
{
background-color: #CDB36B;
}
</style>
border-color css
<style>
span { border-color: #CDB36B; }
span { border-color: rgb(205,179,107); }
td.TdClassName
{
border-color: #CDB36B;
}
.TagClassName
{
border-color: #CDB36B;
}
</style>