Shades of Putty #CDB76F
Tints of Putty #CDB76F
RGB
CMYK
RGB Variations
Color information
#CDB76F (or 0xCDB76F) is known color: Putty. HEX triplet: CD, B7 and 6F. RGB value is (205,183,111). Sum of RGB (Red+Green+Blue) = 205+183+111=499 (66% of max value = 765). Red value is 205 (80.47% from 255 or 41.08% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 111 (43.75% from 255 or 22.24% from 499); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB76F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB76F is #324890. Grayscale: #B5B5B5. Windows color (decimal): -3295377 or 7321549. OLE color: 7321549.
HSL color Cylindrical-coordinate representation of color #CDB76F: hue angle of 45.96º 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 #CDB76F is Cyan = 0, Magento = 0.11, Yellow = 0.46 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 183 | 111 | - |
| CMYK | 0 | 0.11 | 0.46 | 0.20 |
| HSL | 45.96º | 0.48% | 0.62% | - |
| HSV(B) | 45.96º | 0.46% | 0.8% | - |
| XYZ | 44.98 | 47.99 | 21.93 | - |
| YUV | 181.37 | 88.29 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 183 | 111 | 0 | 0.11 | 0.46 | 0.20 | 45.96 | 0.48 | 0.62 |
| Hex | CD | B7 | 6F | 0 | B | 2E | 14 | 2E | 30 | 3E |
| Octal | 315 | 267 | 157 | 0 | 13 | 56 | 24 | 56 | 60 | 76 |
| Binary | 11001101 | 10110111 | 1101111 | 0 | 1011 | 101110 | 10100 | 101110 | 110000 | 111110 |
Color Harmonies of #CDB76F
Complementary color
Monochromatic Colors of #CDB76F
Black with #CDB76F
Text Example
Text Example
White with #CDB76F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB76F; }
p { color: rgb(205,183,111); }
H1.HeaderClassName
{
color: #CDB76F;
}
.AnyTagClassName
{
color: #CDB76F;
}
</style>
background-color css
<style>
a { background-color: #CDB76F; }
a { background-color: rgb(205,183,111); }
div.DivClassName
{
background-color: #CDB76F;
}
.BgClassName
{
background-color: #CDB76F;
}
</style>
border-color css
<style>
span { border-color: #CDB76F; }
span { border-color: rgb(205,183,111); }
td.TdClassName
{
border-color: #CDB76F;
}
.TagClassName
{
border-color: #CDB76F;
}
</style>