Shades of Putty #CDB067
Tints of Putty #CDB067
RGB
CMYK
RGB Variations
Color information
#CDB067 (or 0xCDB067) is known color: Putty. HEX triplet: CD, B0 and 67. RGB value is (205,176,103). Sum of RGB (Red+Green+Blue) = 205+176+103=484 (64% of max value = 765). Red value is 205 (80.47% from 255 or 42.36% from 484); Green value is 176 (69.14% from 255 or 36.36% from 484); Blue value is 103 (40.62% from 255 or 21.28% from 484); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB067 is #324F98. Grayscale: #B0B0B0. Windows color (decimal): -3297177 or 6795469. OLE color: 6795469.
HSL color Cylindrical-coordinate representation of color #CDB067: hue angle of 42.94º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CDB067 is Cyan = 0, Magento = 0.14, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 176 | 103 | - |
| CMYK | 0 | 0.14 | 0.50 | 0.20 |
| HSL | 42.94º | 0.5% | 0.6% | - |
| HSV(B) | 42.94º | 0.5% | 0.8% | - |
| XYZ | 43.15 | 45.01 | 19.25 | - |
| YUV | 176.35 | 86.61 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 176 | 103 | 0 | 0.14 | 0.50 | 0.20 | 42.94 | 0.5 | 0.6 |
| Hex | CD | B0 | 67 | 0 | E | 32 | 14 | 2B | 32 | 3C |
| Octal | 315 | 260 | 147 | 0 | 16 | 62 | 24 | 53 | 62 | 74 |
| Binary | 11001101 | 10110000 | 1100111 | 0 | 1110 | 110010 | 10100 | 101011 | 110010 | 111100 |
Color Harmonies of #CDB067
Complementary color
Monochromatic Colors of #CDB067
Black with #CDB067
Text Example
Text Example
White with #CDB067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB067; }
p { color: rgb(205,176,103); }
H1.HeaderClassName
{
color: #CDB067;
}
.AnyTagClassName
{
color: #CDB067;
}
</style>
background-color css
<style>
a { background-color: #CDB067; }
a { background-color: rgb(205,176,103); }
div.DivClassName
{
background-color: #CDB067;
}
.BgClassName
{
background-color: #CDB067;
}
</style>
border-color css
<style>
span { border-color: #CDB067; }
span { border-color: rgb(205,176,103); }
td.TdClassName
{
border-color: #CDB067;
}
.TagClassName
{
border-color: #CDB067;
}
</style>