Shades of Dark Goldenrod #CD900C
Tints of Dark Goldenrod #CD900C
RGB
CMYK
RGB Variations
Color information
#CD900C (or 0xCD900C) is known color: Dark Goldenrod. HEX triplet: CD, 90 and 0C. RGB value is (205,144,12). Sum of RGB (Red+Green+Blue) = 205+144+12=361 (47% of max value = 765). Red value is 205 (80.47% from 255 or 56.79% from 361); Green value is 144 (56.64% from 255 or 39.89% from 361); Blue value is 12 (5.08% from 255 or 3.32% from 361); Max value from RGB is 205 - color contains mainly: red. Hex color #CD900C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CD900C is #326FF3. Grayscale: #939393. Windows color (decimal): -3305460 or 823501. OLE color: 823501.
HSL color Cylindrical-coordinate representation of color #CD900C: hue angle of 41.04º 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 #CD900C is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 12 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.20 |
| HSL | 41.04º | 0.89% | 0.43% | - |
| HSV(B) | 41.04º | 0.94% | 0.8% | - |
| XYZ | 35.22 | 32.95 | 4.85 | - |
| YUV | 147.19 | 51.71 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 12 | 0 | 0.30 | 0.94 | 0.20 | 41.04 | 0.89 | 0.43 |
| Hex | CD | 90 | C | 0 | 1E | 5E | 14 | 29 | 59 | 2B |
| Octal | 315 | 220 | 14 | 0 | 36 | 136 | 24 | 51 | 131 | 53 |
| Binary | 11001101 | 10010000 | 1100 | 0 | 11110 | 1011110 | 10100 | 101001 | 1011001 | 101011 |
Color Harmonies of #CD900C
Complementary color
Monochromatic Colors of #CD900C
Black with #CD900C
Text Example
Text Example
White with #CD900C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD900C; }
p { color: rgb(205,144,12); }
H1.HeaderClassName
{
color: #CD900C;
}
.AnyTagClassName
{
color: #CD900C;
}
</style>
background-color css
<style>
a { background-color: #CD900C; }
a { background-color: rgb(205,144,12); }
div.DivClassName
{
background-color: #CD900C;
}
.BgClassName
{
background-color: #CD900C;
}
</style>
border-color css
<style>
span { border-color: #CD900C; }
span { border-color: rgb(205,144,12); }
td.TdClassName
{
border-color: #CD900C;
}
.TagClassName
{
border-color: #CD900C;
}
</style>