Shades of Putty #CDB26D
Tints of Putty #CDB26D
RGB
CMYK
RGB Variations
Color information
#CDB26D (or 0xCDB26D) is known color: Putty. HEX triplet: CD, B2 and 6D. RGB value is (205,178,109). Sum of RGB (Red+Green+Blue) = 205+178+109=492 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.67% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDB26D is #324D92. Grayscale: #B2B2B2. Windows color (decimal): -3296659 or 7189197. OLE color: 7189197.
HSL color Cylindrical-coordinate representation of color #CDB26D: hue angle of 43.12º 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 #CDB26D is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 178 | 109 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.20 |
| HSL | 43.13º | 0.49% | 0.62% | - |
| HSV(B) | 43.13º | 0.47% | 0.8% | - |
| XYZ | 43.86 | 45.92 | 21.02 | - |
| YUV | 178.21 | 88.95 | 147.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 178 | 109 | 0 | 0.13 | 0.47 | 0.20 | 43.13 | 0.49 | 0.62 |
| Hex | CD | B2 | 6D | 0 | D | 2F | 14 | 2B | 31 | 3E |
| Octal | 315 | 262 | 155 | 0 | 15 | 57 | 24 | 53 | 61 | 76 |
| Binary | 11001101 | 10110010 | 1101101 | 0 | 1101 | 101111 | 10100 | 101011 | 110001 | 111110 |
Color Harmonies of #CDB26D
Complementary color
Monochromatic Colors of #CDB26D
Black with #CDB26D
Text Example
Text Example
White with #CDB26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB26D; }
p { color: rgb(205,178,109); }
H1.HeaderClassName
{
color: #CDB26D;
}
.AnyTagClassName
{
color: #CDB26D;
}
</style>
background-color css
<style>
a { background-color: #CDB26D; }
a { background-color: rgb(205,178,109); }
div.DivClassName
{
background-color: #CDB26D;
}
.BgClassName
{
background-color: #CDB26D;
}
</style>
border-color css
<style>
span { border-color: #CDB26D; }
span { border-color: rgb(205,178,109); }
td.TdClassName
{
border-color: #CDB26D;
}
.TagClassName
{
border-color: #CDB26D;
}
</style>