Shades of Gold Drop #CD6A32
Tints of Gold Drop #CD6A32
RGB
CMYK
RGB Variations
Color information
#CD6A32 (or 0xCD6A32) is known color: Gold Drop. HEX triplet: CD, 6A and 32. RGB value is (205,106,50). Sum of RGB (Red+Green+Blue) = 205+106+50=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6A32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CD6A32 is #3295CD. Grayscale: #818181. Windows color (decimal): -3315150 or 3304141. OLE color: 3304141.
HSL color Cylindrical-coordinate representation of color #CD6A32: hue angle of 21.68º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CD6A32 is Cyan = 0, Magento = 0.48, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 106 | 50 | - |
| CMYK | 0 | 0.48 | 0.76 | 0.20 |
| HSL | 21.68º | 0.61% | 0.5% | - |
| HSV(B) | 21.68º | 0.76% | 0.8% | - |
| XYZ | 30.91 | 23.52 | 5.93 | - |
| YUV | 129.22 | 83.3 | 182.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 106 | 50 | 0 | 0.48 | 0.76 | 0.20 | 21.68 | 0.61 | 0.5 |
| Hex | CD | 6A | 32 | 0 | 30 | 4C | 14 | 16 | 3D | 32 |
| Octal | 315 | 152 | 62 | 0 | 60 | 114 | 24 | 26 | 75 | 62 |
| Binary | 11001101 | 1101010 | 110010 | 0 | 110000 | 1001100 | 10100 | 10110 | 111101 | 110010 |
Color Harmonies of #CD6A32
Complementary color
Monochromatic Colors of #CD6A32
Black with #CD6A32
Text Example
Text Example
White with #CD6A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD6A32; }
p { color: rgb(205,106,50); }
H1.HeaderClassName
{
color: #CD6A32;
}
.AnyTagClassName
{
color: #CD6A32;
}
</style>
background-color css
<style>
a { background-color: #CD6A32; }
a { background-color: rgb(205,106,50); }
div.DivClassName
{
background-color: #CD6A32;
}
.BgClassName
{
background-color: #CD6A32;
}
</style>
border-color css
<style>
span { border-color: #CD6A32; }
span { border-color: rgb(205,106,50); }
td.TdClassName
{
border-color: #CD6A32;
}
.TagClassName
{
border-color: #CD6A32;
}
</style>