Shades of Putty #CDB56E
Tints of Putty #CDB56E
RGB
CMYK
RGB Variations
Color information
#CDB56E (or 0xCDB56E) is known color: Putty. HEX triplet: CD, B5 and 6E. RGB value is (205,181,110). Sum of RGB (Red+Green+Blue) = 205+181+110=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 181 (71.09% from 255 or 36.49% from 496); Blue value is 110 (43.36% from 255 or 22.18% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB56E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB56E is #324A91. Grayscale: #B4B4B4. Windows color (decimal): -3295890 or 7255501. OLE color: 7255501.
HSL color Cylindrical-coordinate representation of color #CDB56E: hue angle of 44.84º 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 #CDB56E is Cyan = 0, Magento = 0.12, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 110 | - |
| CMYK | 0 | 0.12 | 0.46 | 0.20 |
| HSL | 44.84º | 0.49% | 0.62% | - |
| HSV(B) | 44.84º | 0.46% | 0.8% | - |
| XYZ | 44.52 | 47.15 | 21.51 | - |
| YUV | 180.08 | 88.45 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 110 | 0 | 0.12 | 0.46 | 0.20 | 44.84 | 0.49 | 0.62 |
| Hex | CD | B5 | 6E | 0 | C | 2E | 14 | 2D | 31 | 3E |
| Octal | 315 | 265 | 156 | 0 | 14 | 56 | 24 | 55 | 61 | 76 |
| Binary | 11001101 | 10110101 | 1101110 | 0 | 1100 | 101110 | 10100 | 101101 | 110001 | 111110 |
Color Harmonies of #CDB56E
Complementary color
Monochromatic Colors of #CDB56E
Black with #CDB56E
Text Example
Text Example
White with #CDB56E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB56E; }
p { color: rgb(205,181,110); }
H1.HeaderClassName
{
color: #CDB56E;
}
.AnyTagClassName
{
color: #CDB56E;
}
</style>
background-color css
<style>
a { background-color: #CDB56E; }
a { background-color: rgb(205,181,110); }
div.DivClassName
{
background-color: #CDB56E;
}
.BgClassName
{
background-color: #CDB56E;
}
</style>
border-color css
<style>
span { border-color: #CDB56E; }
span { border-color: rgb(205,181,110); }
td.TdClassName
{
border-color: #CDB56E;
}
.TagClassName
{
border-color: #CDB56E;
}
</style>