Shades of Putty #CDB370
Tints of Putty #CDB370
RGB
CMYK
RGB Variations
Color information
#CDB370 (or 0xCDB370) is known color: Putty. HEX triplet: CD, B3 and 70. RGB value is (205,179,112). Sum of RGB (Red+Green+Blue) = 205+179+112=496 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.33% from 496); Green value is 179 (70.31% from 255 or 36.09% from 496); Blue value is 112 (44.14% from 255 or 22.58% from 496); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB370 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB370 is #324C8F. Grayscale: #B3B3B3. Windows color (decimal): -3296400 or 7386061. OLE color: 7386061.
HSL color Cylindrical-coordinate representation of color #CDB370: hue angle of 43.23º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CDB370 is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 112 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.20 |
| HSL | 43.23º | 0.48% | 0.62% | - |
| HSV(B) | 43.23º | 0.45% | 0.8% | - |
| XYZ | 44.22 | 46.39 | 21.95 | - |
| YUV | 179.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 112 | 0 | 0.13 | 0.45 | 0.20 | 43.23 | 0.48 | 0.62 |
| Hex | CD | B3 | 70 | 0 | D | 2D | 14 | 2B | 30 | 3E |
| Octal | 315 | 263 | 160 | 0 | 15 | 55 | 24 | 53 | 60 | 76 |
| Binary | 11001101 | 10110011 | 1110000 | 0 | 1101 | 101101 | 10100 | 101011 | 110000 | 111110 |
Color Harmonies of #CDB370
Complementary color
Monochromatic Colors of #CDB370
Black with #CDB370
Text Example
Text Example
White with #CDB370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB370; }
p { color: rgb(205,179,112); }
H1.HeaderClassName
{
color: #CDB370;
}
.AnyTagClassName
{
color: #CDB370;
}
</style>
background-color css
<style>
a { background-color: #CDB370; }
a { background-color: rgb(205,179,112); }
div.DivClassName
{
background-color: #CDB370;
}
.BgClassName
{
background-color: #CDB370;
}
</style>
border-color css
<style>
span { border-color: #CDB370; }
span { border-color: rgb(205,179,112); }
td.TdClassName
{
border-color: #CDB370;
}
.TagClassName
{
border-color: #CDB370;
}
</style>