Shades of Putty #CDB16F
Tints of Putty #CDB16F
RGB
CMYK
RGB Variations
Color information
#CDB16F (or 0xCDB16F) is known color: Putty. HEX triplet: CD, B1 and 6F. RGB value is (205,177,111). Sum of RGB (Red+Green+Blue) = 205+177+111=493 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.58% from 493); Green value is 177 (69.53% from 255 or 35.90% from 493); Blue value is 111 (43.75% from 255 or 22.52% from 493); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB16F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB16F is #324E90. Grayscale: #B2B2B2. Windows color (decimal): -3296913 or 7320013. OLE color: 7320013.
HSL color Cylindrical-coordinate representation of color #CDB16F: hue angle of 42.13º degrees, saturation: 0.48, 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 #CDB16F is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 177 | 111 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.20 |
| HSL | 42.13º | 0.48% | 0.62% | - |
| HSV(B) | 42.13º | 0.46% | 0.8% | - |
| XYZ | 43.77 | 45.57 | 21.53 | - |
| YUV | 177.85 | 90.28 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 177 | 111 | 0 | 0.14 | 0.46 | 0.20 | 42.13 | 0.48 | 0.62 |
| Hex | CD | B1 | 6F | 0 | E | 2E | 14 | 2A | 30 | 3E |
| Octal | 315 | 261 | 157 | 0 | 16 | 56 | 24 | 52 | 60 | 76 |
| Binary | 11001101 | 10110001 | 1101111 | 0 | 1110 | 101110 | 10100 | 101010 | 110000 | 111110 |
Color Harmonies of #CDB16F
Complementary color
Monochromatic Colors of #CDB16F
Black with #CDB16F
Text Example
Text Example
White with #CDB16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB16F; }
p { color: rgb(205,177,111); }
H1.HeaderClassName
{
color: #CDB16F;
}
.AnyTagClassName
{
color: #CDB16F;
}
</style>
background-color css
<style>
a { background-color: #CDB16F; }
a { background-color: rgb(205,177,111); }
div.DivClassName
{
background-color: #CDB16F;
}
.BgClassName
{
background-color: #CDB16F;
}
</style>
border-color css
<style>
span { border-color: #CDB16F; }
span { border-color: rgb(205,177,111); }
td.TdClassName
{
border-color: #CDB16F;
}
.TagClassName
{
border-color: #CDB16F;
}
</style>