Shades of Putty #CDB66E
Tints of Putty #CDB66E
RGB
CMYK
RGB Variations
Color information
#CDB66E (or 0xCDB66E) is known color: Putty. HEX triplet: CD, B6 and 6E. RGB value is (205,182,110). Sum of RGB (Red+Green+Blue) = 205+182+110=497 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.25% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 110 (43.36% from 255 or 22.13% from 497); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB66E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB66E is #324991. Grayscale: #B4B4B4. Windows color (decimal): -3295634 or 7255757. OLE color: 7255757.
HSL color Cylindrical-coordinate representation of color #CDB66E: hue angle of 45.47º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CDB66E is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 110 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.20 |
| HSL | 45.47º | 0.49% | 0.62% | - |
| HSV(B) | 45.47º | 0.46% | 0.8% | - |
| XYZ | 44.72 | 47.56 | 21.58 | - |
| YUV | 180.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 110 | 0 | 0.11 | 0.46 | 0.20 | 45.47 | 0.49 | 0.62 |
| Hex | CD | B6 | 6E | 0 | B | 2E | 14 | 2D | 31 | 3E |
| Octal | 315 | 266 | 156 | 0 | 13 | 56 | 24 | 55 | 61 | 76 |
| Binary | 11001101 | 10110110 | 1101110 | 0 | 1011 | 101110 | 10100 | 101101 | 110001 | 111110 |
Color Harmonies of #CDB66E
Complementary color
Monochromatic Colors of #CDB66E
Black with #CDB66E
Text Example
Text Example
White with #CDB66E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB66E; }
p { color: rgb(205,182,110); }
H1.HeaderClassName
{
color: #CDB66E;
}
.AnyTagClassName
{
color: #CDB66E;
}
</style>
background-color css
<style>
a { background-color: #CDB66E; }
a { background-color: rgb(205,182,110); }
div.DivClassName
{
background-color: #CDB66E;
}
.BgClassName
{
background-color: #CDB66E;
}
</style>
border-color css
<style>
span { border-color: #CDB66E; }
span { border-color: rgb(205,182,110); }
td.TdClassName
{
border-color: #CDB66E;
}
.TagClassName
{
border-color: #CDB66E;
}
</style>