Shades of Putty #CDB36E
Tints of Putty #CDB36E
RGB
CMYK
RGB Variations
Color information
#CDB36E (or 0xCDB36E) is known color: Putty. HEX triplet: CD, B3 and 6E. RGB value is (205,179,110). Sum of RGB (Red+Green+Blue) = 205+179+110=494 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.50% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 110 (43.36% from 255 or 22.27% from 494); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB36E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB36E is #324C91. Grayscale: #B3B3B3. Windows color (decimal): -3296402 or 7254989. OLE color: 7254989.
HSL color Cylindrical-coordinate representation of color #CDB36E: hue angle of 43.58º 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 #CDB36E is Cyan = 0, Magento = 0.13, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 110 | - |
| CMYK | 0 | 0.13 | 0.46 | 0.20 |
| HSL | 43.58º | 0.49% | 0.62% | - |
| HSV(B) | 43.58º | 0.46% | 0.8% | - |
| XYZ | 44.11 | 46.35 | 21.37 | - |
| YUV | 178.91 | 89.11 | 146.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 110 | 0 | 0.13 | 0.46 | 0.20 | 43.58 | 0.49 | 0.62 |
| Hex | CD | B3 | 6E | 0 | D | 2E | 14 | 2C | 31 | 3E |
| Octal | 315 | 263 | 156 | 0 | 15 | 56 | 24 | 54 | 61 | 76 |
| Binary | 11001101 | 10110011 | 1101110 | 0 | 1101 | 101110 | 10100 | 101100 | 110001 | 111110 |
Color Harmonies of #CDB36E
Complementary color
Monochromatic Colors of #CDB36E
Black with #CDB36E
Text Example
Text Example
White with #CDB36E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB36E; }
p { color: rgb(205,179,110); }
H1.HeaderClassName
{
color: #CDB36E;
}
.AnyTagClassName
{
color: #CDB36E;
}
</style>
background-color css
<style>
a { background-color: #CDB36E; }
a { background-color: rgb(205,179,110); }
div.DivClassName
{
background-color: #CDB36E;
}
.BgClassName
{
background-color: #CDB36E;
}
</style>
border-color css
<style>
span { border-color: #CDB36E; }
span { border-color: rgb(205,179,110); }
td.TdClassName
{
border-color: #CDB36E;
}
.TagClassName
{
border-color: #CDB36E;
}
</style>