Shades of Dark Goldenrod #CC900A
Tints of Dark Goldenrod #CC900A
RGB
CMYK
RGB Variations
Color information
#CC900A (or 0xCC900A) is known color: Dark Goldenrod. HEX triplet: CC, 90 and 0A. RGB value is (204,144,10). Sum of RGB (Red+Green+Blue) = 204+144+10=358 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.98% from 358); Green value is 144 (56.64% from 255 or 40.22% from 358); Blue value is 10 (4.30% from 255 or 2.79% from 358); Max value from RGB is 204 - color contains mainly: red. Hex color #CC900A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC900A is #336FF5. Grayscale: #939393. Windows color (decimal): -3370998 or 692428. OLE color: 692428.
HSL color Cylindrical-coordinate representation of color #CC900A: hue angle of 41.44º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CC900A is Cyan = 0, Magento = 0.29, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 144 | 10 | - |
| CMYK | 0 | 0.29 | 0.95 | 0.2 |
| HSL | 41.44º | 0.91% | 0.42% | - |
| HSV(B) | 41.44º | 0.95% | 0.8% | - |
| XYZ | 34.93 | 32.81 | 4.78 | - |
| YUV | 146.66 | 50.88 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 144 | 10 | 0 | 0.29 | 0.95 | 0.2 | 41.44 | 0.91 | 0.42 |
| Hex | CC | 90 | A | 0 | 1D | 5F | 14 | 29 | 5B | 2A |
| Octal | 314 | 220 | 12 | 0 | 35 | 137 | 24 | 51 | 133 | 52 |
| Binary | 11001100 | 10010000 | 1010 | 0 | 11101 | 1011111 | 10100 | 101001 | 1011011 | 101010 |
Color Harmonies of #CC900A
Complementary color
Monochromatic Colors of #CC900A
Black with #CC900A
Text Example
Text Example
White with #CC900A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC900A; }
p { color: rgb(204,144,10); }
H1.HeaderClassName
{
color: #CC900A;
}
.AnyTagClassName
{
color: #CC900A;
}
</style>
background-color css
<style>
a { background-color: #CC900A; }
a { background-color: rgb(204,144,10); }
div.DivClassName
{
background-color: #CC900A;
}
.BgClassName
{
background-color: #CC900A;
}
</style>
border-color css
<style>
span { border-color: #CC900A; }
span { border-color: rgb(204,144,10); }
td.TdClassName
{
border-color: #CC900A;
}
.TagClassName
{
border-color: #CC900A;
}
</style>