Shades of Putty #CDB379
Tints of Putty #CDB379
RGB
CMYK
RGB Variations
Color information
#CDB379 (or 0xCDB379) is known color: Putty. HEX triplet: CD, B3 and 79. RGB value is (205,179,121). Sum of RGB (Red+Green+Blue) = 205+179+121=505 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.59% from 505); Green value is 179 (70.31% from 255 or 35.45% from 505); Blue value is 121 (47.66% from 255 or 23.96% from 505); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB379 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB379 is #324C86. Grayscale: #B4B4B4. Windows color (decimal): -3296391 or 7975885. OLE color: 7975885.
HSL color Cylindrical-coordinate representation of color #CDB379: hue angle of 41.43º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CDB379 is Cyan = 0, Magento = 0.13, Yellow = 0.41 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 179 | 121 | - |
| CMYK | 0 | 0.13 | 0.41 | 0.20 |
| HSL | 41.43º | 0.46% | 0.64% | - |
| HSV(B) | 41.43º | 0.41% | 0.8% | - |
| XYZ | 44.75 | 46.6 | 24.73 | - |
| YUV | 180.16 | 94.61 | 145.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 179 | 121 | 0 | 0.13 | 0.41 | 0.20 | 41.43 | 0.46 | 0.64 |
| Hex | CD | B3 | 79 | 0 | D | 29 | 14 | 29 | 2E | 40 |
| Octal | 315 | 263 | 171 | 0 | 15 | 51 | 24 | 51 | 56 | 100 |
| Binary | 11001101 | 10110011 | 1111001 | 0 | 1101 | 101001 | 10100 | 101001 | 101110 | 1000000 |
Color Harmonies of #CDB379
Complementary color
Monochromatic Colors of #CDB379
Black with #CDB379
Text Example
Text Example
White with #CDB379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB379; }
p { color: rgb(205,179,121); }
H1.HeaderClassName
{
color: #CDB379;
}
.AnyTagClassName
{
color: #CDB379;
}
</style>
background-color css
<style>
a { background-color: #CDB379; }
a { background-color: rgb(205,179,121); }
div.DivClassName
{
background-color: #CDB379;
}
.BgClassName
{
background-color: #CDB379;
}
</style>
border-color css
<style>
span { border-color: #CDB379; }
span { border-color: rgb(205,179,121); }
td.TdClassName
{
border-color: #CDB379;
}
.TagClassName
{
border-color: #CDB379;
}
</style>