Shades of Putty #CDB76D
Tints of Putty #CDB76D
RGB
CMYK
RGB Variations
Color information
#CDB76D (or 0xCDB76D) is known color: Putty. HEX triplet: CD, B7 and 6D. RGB value is (205,183,109). Sum of RGB (Red+Green+Blue) = 205+183+109=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 183 (71.88% from 255 or 36.82% from 497); Blue value is 109 (42.97% from 255 or 21.93% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB76D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB76D is #324892. Grayscale: #B5B5B5. Windows color (decimal): -3295379 or 7190477. OLE color: 7190477.
HSL color Cylindrical-coordinate representation of color #CDB76D: hue angle of 46.25º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDB76D is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 109 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.20 |
| HSL | 46.25º | 0.49% | 0.62% | - |
| HSV(B) | 46.25º | 0.47% | 0.8% | - |
| XYZ | 44.87 | 47.95 | 21.36 | - |
| YUV | 181.14 | 87.29 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 109 | 0 | 0.11 | 0.47 | 0.20 | 46.25 | 0.49 | 0.62 |
| Hex | CD | B7 | 6D | 0 | B | 2F | 14 | 2E | 31 | 3E |
| Octal | 315 | 267 | 155 | 0 | 13 | 57 | 24 | 56 | 61 | 76 |
| Binary | 11001101 | 10110111 | 1101101 | 0 | 1011 | 101111 | 10100 | 101110 | 110001 | 111110 |
Color Harmonies of #CDB76D
Complementary color
Monochromatic Colors of #CDB76D
Black with #CDB76D
Text Example
Text Example
White with #CDB76D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB76D; }
p { color: rgb(205,183,109); }
H1.HeaderClassName
{
color: #CDB76D;
}
.AnyTagClassName
{
color: #CDB76D;
}
</style>
background-color css
<style>
a { background-color: #CDB76D; }
a { background-color: rgb(205,183,109); }
div.DivClassName
{
background-color: #CDB76D;
}
.BgClassName
{
background-color: #CDB76D;
}
</style>
border-color css
<style>
span { border-color: #CDB76D; }
span { border-color: rgb(205,183,109); }
td.TdClassName
{
border-color: #CDB76D;
}
.TagClassName
{
border-color: #CDB76D;
}
</style>