Shades of Dark Goldenrod #CD850C
Tints of Dark Goldenrod #CD850C
RGB
CMYK
RGB Variations
Color information
#CD850C (or 0xCD850C) is known color: Dark Goldenrod. HEX triplet: CD, 85 and 0C. RGB value is (205,133,12). Sum of RGB (Red+Green+Blue) = 205+133+12=350 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.57% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 12 (5.08% from 255 or 3.43% from 350); Max value from RGB is 205 - color contains mainly: red. Hex color #CD850C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD850C is #327AF3. Grayscale: #8D8D8D. Windows color (decimal): -3308276 or 820685. OLE color: 820685.
HSL color Cylindrical-coordinate representation of color #CD850C: hue angle of 37.62º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CD850C is Cyan = 0, Magento = 0.35, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 133 | 12 | - |
| CMYK | 0 | 0.35 | 0.94 | 0.20 |
| HSL | 37.62º | 0.89% | 0.43% | - |
| HSV(B) | 37.62º | 0.94% | 0.8% | - |
| XYZ | 33.63 | 29.78 | 4.32 | - |
| YUV | 140.73 | 55.35 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 133 | 12 | 0 | 0.35 | 0.94 | 0.20 | 37.62 | 0.89 | 0.43 |
| Hex | CD | 85 | C | 0 | 23 | 5E | 14 | 26 | 59 | 2B |
| Octal | 315 | 205 | 14 | 0 | 43 | 136 | 24 | 46 | 131 | 53 |
| Binary | 11001101 | 10000101 | 1100 | 0 | 100011 | 1011110 | 10100 | 100110 | 1011001 | 101011 |
Color Harmonies of #CD850C
Complementary color
Monochromatic Colors of #CD850C
Black with #CD850C
Text Example
Text Example
White with #CD850C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD850C; }
p { color: rgb(205,133,12); }
H1.HeaderClassName
{
color: #CD850C;
}
.AnyTagClassName
{
color: #CD850C;
}
</style>
background-color css
<style>
a { background-color: #CD850C; }
a { background-color: rgb(205,133,12); }
div.DivClassName
{
background-color: #CD850C;
}
.BgClassName
{
background-color: #CD850C;
}
</style>
border-color css
<style>
span { border-color: #CD850C; }
span { border-color: rgb(205,133,12); }
td.TdClassName
{
border-color: #CD850C;
}
.TagClassName
{
border-color: #CD850C;
}
</style>