Shades of Putty #CDB66C
Tints of Putty #CDB66C
RGB
CMYK
RGB Variations
Color information
#CDB66C (or 0xCDB66C) is known color: Putty. HEX triplet: CD, B6 and 6C. RGB value is (205,182,108). Sum of RGB (Red+Green+Blue) = 205+182+108=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 108 (42.58% from 255 or 21.82% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB66C is #324993. Grayscale: #B4B4B4. Windows color (decimal): -3295636 or 7124685. OLE color: 7124685.
HSL color Cylindrical-coordinate representation of color #CDB66C: hue angle of 45.77º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDB66C is Cyan = 0, Magento = 0.11, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 182 | 108 | - |
| CMYK | 0 | 0.11 | 0.47 | 0.20 |
| HSL | 45.77º | 0.49% | 0.61% | - |
| HSV(B) | 45.77º | 0.47% | 0.8% | - |
| XYZ | 44.61 | 47.52 | 21.01 | - |
| YUV | 180.44 | 87.12 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 182 | 108 | 0 | 0.11 | 0.47 | 0.20 | 45.77 | 0.49 | 0.61 |
| Hex | CD | B6 | 6C | 0 | B | 2F | 14 | 2E | 31 | 3D |
| Octal | 315 | 266 | 154 | 0 | 13 | 57 | 24 | 56 | 61 | 75 |
| Binary | 11001101 | 10110110 | 1101100 | 0 | 1011 | 101111 | 10100 | 101110 | 110001 | 111101 |
Color Harmonies of #CDB66C
Complementary color
Monochromatic Colors of #CDB66C
Black with #CDB66C
Text Example
Text Example
White with #CDB66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB66C; }
p { color: rgb(205,182,108); }
H1.HeaderClassName
{
color: #CDB66C;
}
.AnyTagClassName
{
color: #CDB66C;
}
</style>
background-color css
<style>
a { background-color: #CDB66C; }
a { background-color: rgb(205,182,108); }
div.DivClassName
{
background-color: #CDB66C;
}
.BgClassName
{
background-color: #CDB66C;
}
</style>
border-color css
<style>
span { border-color: #CDB66C; }
span { border-color: rgb(205,182,108); }
td.TdClassName
{
border-color: #CDB66C;
}
.TagClassName
{
border-color: #CDB66C;
}
</style>