Shades of Putty #CDB871
Tints of Putty #CDB871
RGB
CMYK
RGB Variations
Color information
#CDB871 (or 0xCDB871) is known color: Putty. HEX triplet: CD, B8 and 71. RGB value is (205,184,113). Sum of RGB (Red+Green+Blue) = 205+184+113=502 (66% of max value = 765). Red value is 205 (80.47% from 255 or 40.84% from 502); Green value is 184 (72.27% from 255 or 36.65% from 502); Blue value is 113 (44.53% from 255 or 22.51% from 502); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB871 is #32478E. Grayscale: #B6B6B6. Windows color (decimal): -3295119 or 7452877. OLE color: 7452877.
HSL color Cylindrical-coordinate representation of color #CDB871: hue angle of 46.3º 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 #CDB871 is Cyan = 0, Magento = 0.10, Yellow = 0.45 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 184 | 113 | - |
| CMYK | 0 | 0.10 | 0.45 | 0.20 |
| HSL | 46.3º | 0.48% | 0.62% | - |
| HSV(B) | 46.3º | 0.45% | 0.8% | - |
| XYZ | 45.3 | 48.45 | 22.59 | - |
| YUV | 182.19 | 88.96 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 184 | 113 | 0 | 0.10 | 0.45 | 0.20 | 46.3 | 0.48 | 0.62 |
| Hex | CD | B8 | 71 | 0 | A | 2D | 14 | 2E | 30 | 3E |
| Octal | 315 | 270 | 161 | 0 | 12 | 55 | 24 | 56 | 60 | 76 |
| Binary | 11001101 | 10111000 | 1110001 | 0 | 1010 | 101101 | 10100 | 101110 | 110000 | 111110 |
Color Harmonies of #CDB871
Complementary color
Monochromatic Colors of #CDB871
Black with #CDB871
Text Example
Text Example
White with #CDB871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB871; }
p { color: rgb(205,184,113); }
H1.HeaderClassName
{
color: #CDB871;
}
.AnyTagClassName
{
color: #CDB871;
}
</style>
background-color css
<style>
a { background-color: #CDB871; }
a { background-color: rgb(205,184,113); }
div.DivClassName
{
background-color: #CDB871;
}
.BgClassName
{
background-color: #CDB871;
}
</style>
border-color css
<style>
span { border-color: #CDB871; }
span { border-color: rgb(205,184,113); }
td.TdClassName
{
border-color: #CDB871;
}
.TagClassName
{
border-color: #CDB871;
}
</style>