Shades of Putty #CDA46B
Tints of Putty #CDA46B
RGB
CMYK
RGB Variations
Color information
#CDA46B (or 0xCDA46B) is known color: Putty. HEX triplet: CD, A4 and 6B. RGB value is (205,164,107). Sum of RGB (Red+Green+Blue) = 205+164+107=476 (63% of max value = 765). Red value is 205 (80.47% from 255 or 43.07% from 476); Green value is 164 (64.45% from 255 or 34.45% from 476); Blue value is 107 (42.19% from 255 or 22.48% from 476); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA46B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA46B is #325B94. Grayscale: #AAAAAA. Windows color (decimal): -3300245 or 7054541. OLE color: 7054541.
HSL color Cylindrical-coordinate representation of color #CDA46B: hue angle of 34.9º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDA46B is Cyan = 0, Magento = 0.2, Yellow = 0.48 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 164 | 107 | - |
| CMYK | 0 | 0.2 | 0.48 | 0.20 |
| HSL | 34.9º | 0.49% | 0.61% | - |
| HSV(B) | 34.9º | 0.48% | 0.8% | - |
| XYZ | 41.11 | 40.59 | 19.58 | - |
| YUV | 169.76 | 92.58 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 164 | 107 | 0 | 0.2 | 0.48 | 0.20 | 34.9 | 0.49 | 0.61 |
| Hex | CD | A4 | 6B | 0 | 14 | 30 | 14 | 23 | 31 | 3D |
| Octal | 315 | 244 | 153 | 0 | 24 | 60 | 24 | 43 | 61 | 75 |
| Binary | 11001101 | 10100100 | 1101011 | 0 | 10100 | 110000 | 10100 | 100011 | 110001 | 111101 |
Color Harmonies of #CDA46B
Complementary color
Monochromatic Colors of #CDA46B
Black with #CDA46B
Text Example
Text Example
White with #CDA46B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA46B; }
p { color: rgb(205,164,107); }
H1.HeaderClassName
{
color: #CDA46B;
}
.AnyTagClassName
{
color: #CDA46B;
}
</style>
background-color css
<style>
a { background-color: #CDA46B; }
a { background-color: rgb(205,164,107); }
div.DivClassName
{
background-color: #CDA46B;
}
.BgClassName
{
background-color: #CDA46B;
}
</style>
border-color css
<style>
span { border-color: #CDA46B; }
span { border-color: rgb(205,164,107); }
td.TdClassName
{
border-color: #CDA46B;
}
.TagClassName
{
border-color: #CDA46B;
}
</style>