Shades of Putty #CDB56D
Tints of Putty #CDB56D
RGB
CMYK
RGB Variations
Color information
#CDB56D (or 0xCDB56D) is known color: Putty. HEX triplet: CD, B5 and 6D. RGB value is (205,181,109). Sum of RGB (Red+Green+Blue) = 205+181+109=495 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.41% from 495); Green value is 181 (71.09% from 255 or 36.57% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB56D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDB56D is #324A92. Grayscale: #B4B4B4. Windows color (decimal): -3295891 or 7189965. OLE color: 7189965.
HSL color Cylindrical-coordinate representation of color #CDB56D: hue angle of 45º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDB56D is Cyan = 0, Magento = 0.12, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 181 | 109 | - |
| CMYK | 0 | 0.12 | 0.47 | 0.20 |
| HSL | 45º | 0.49% | 0.62% | - |
| HSV(B) | 45º | 0.47% | 0.8% | - |
| XYZ | 44.46 | 47.13 | 21.22 | - |
| YUV | 179.97 | 87.95 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 181 | 109 | 0 | 0.12 | 0.47 | 0.20 | 45 | 0.49 | 0.62 |
| Hex | CD | B5 | 6D | 0 | C | 2F | 14 | 2D | 31 | 3E |
| Octal | 315 | 265 | 155 | 0 | 14 | 57 | 24 | 55 | 61 | 76 |
| Binary | 11001101 | 10110101 | 1101101 | 0 | 1100 | 101111 | 10100 | 101101 | 110001 | 111110 |
Color Harmonies of #CDB56D
Complementary color
Monochromatic Colors of #CDB56D
Black with #CDB56D
Text Example
Text Example
White with #CDB56D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB56D; }
p { color: rgb(205,181,109); }
H1.HeaderClassName
{
color: #CDB56D;
}
.AnyTagClassName
{
color: #CDB56D;
}
</style>
background-color css
<style>
a { background-color: #CDB56D; }
a { background-color: rgb(205,181,109); }
div.DivClassName
{
background-color: #CDB56D;
}
.BgClassName
{
background-color: #CDB56D;
}
</style>
border-color css
<style>
span { border-color: #CDB56D; }
span { border-color: rgb(205,181,109); }
td.TdClassName
{
border-color: #CDB56D;
}
.TagClassName
{
border-color: #CDB56D;
}
</style>