Shades of Dark Goldenrod #CC9503
Tints of Dark Goldenrod #CC9503
RGB
CMYK
RGB Variations
Color information
#CC9503 (or 0xCC9503) is known color: Dark Goldenrod. HEX triplet: CC, 95 and 03. RGB value is (204,149,3). Sum of RGB (Red+Green+Blue) = 204+149+3=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 3 (1.56% from 255 or 0.84% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9503 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9503 is #336AFC. Grayscale: #959595. Windows color (decimal): -3369725 or 234956. OLE color: 234956.
HSL color Cylindrical-coordinate representation of color #CC9503: hue angle of 43.58º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC9503 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 149 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.2 |
| HSL | 43.58º | 0.97% | 0.41% | - |
| HSV(B) | 43.58º | 0.99% | 0.8% | - |
| XYZ | 35.67 | 34.34 | 4.83 | - |
| YUV | 148.8 | 45.72 | 167.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 149 | 3 | 0 | 0.27 | 0.99 | 0.2 | 43.58 | 0.97 | 0.41 |
| Hex | CC | 95 | 3 | 0 | 1B | 63 | 14 | 2C | 61 | 29 |
| Octal | 314 | 225 | 3 | 0 | 33 | 143 | 24 | 54 | 141 | 51 |
| Binary | 11001100 | 10010101 | 11 | 0 | 11011 | 1100011 | 10100 | 101100 | 1100001 | 101001 |
Color Harmonies of #CC9503
Complementary color
Monochromatic Colors of #CC9503
Black with #CC9503
Text Example
Text Example
White with #CC9503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9503; }
p { color: rgb(204,149,3); }
H1.HeaderClassName
{
color: #CC9503;
}
.AnyTagClassName
{
color: #CC9503;
}
</style>
background-color css
<style>
a { background-color: #CC9503; }
a { background-color: rgb(204,149,3); }
div.DivClassName
{
background-color: #CC9503;
}
.BgClassName
{
background-color: #CC9503;
}
</style>
border-color css
<style>
span { border-color: #CC9503; }
span { border-color: rgb(204,149,3); }
td.TdClassName
{
border-color: #CC9503;
}
.TagClassName
{
border-color: #CC9503;
}
</style>