Shades of Dark Goldenrod #CC900E
Tints of Dark Goldenrod #CC900E
RGB
CMYK
RGB Variations
Color information
#CC900E (or 0xCC900E) is known color: Dark Goldenrod. HEX triplet: CC, 90 and 0E. RGB value is (204,144,14). Sum of RGB (Red+Green+Blue) = 204+144+14=362 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.35% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 14 (5.86% from 255 or 3.87% from 362); Max value from RGB is 204 - color contains mainly: red. Hex color #CC900E is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC900E is #336FF1. Grayscale: #939393. Windows color (decimal): -3370994 or 954572. OLE color: 954572.
HSL color Cylindrical-coordinate representation of color #CC900E: hue angle of 41.05º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CC900E is Cyan = 0, Magento = 0.29, Yellow = 0.93 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 14 | - |
| CMYK | 0 | 0.29 | 0.93 | 0.2 |
| HSL | 41.05º | 0.87% | 0.43% | - |
| HSV(B) | 41.05º | 0.93% | 0.8% | - |
| XYZ | 34.95 | 32.82 | 4.91 | - |
| YUV | 147.12 | 52.88 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 14 | 0 | 0.29 | 0.93 | 0.2 | 41.05 | 0.87 | 0.43 |
| Hex | CC | 90 | E | 0 | 1D | 5D | 14 | 29 | 57 | 2B |
| Octal | 314 | 220 | 16 | 0 | 35 | 135 | 24 | 51 | 127 | 53 |
| Binary | 11001100 | 10010000 | 1110 | 0 | 11101 | 1011101 | 10100 | 101001 | 1010111 | 101011 |
Color Harmonies of #CC900E
Complementary color
Monochromatic Colors of #CC900E
Black with #CC900E
Text Example
Text Example
White with #CC900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC900E; }
p { color: rgb(204,144,14); }
H1.HeaderClassName
{
color: #CC900E;
}
.AnyTagClassName
{
color: #CC900E;
}
</style>
background-color css
<style>
a { background-color: #CC900E; }
a { background-color: rgb(204,144,14); }
div.DivClassName
{
background-color: #CC900E;
}
.BgClassName
{
background-color: #CC900E;
}
</style>
border-color css
<style>
span { border-color: #CC900E; }
span { border-color: rgb(204,144,14); }
td.TdClassName
{
border-color: #CC900E;
}
.TagClassName
{
border-color: #CC900E;
}
</style>