Shades of Dark Goldenrod #CC9302
Tints of Dark Goldenrod #CC9302
RGB
CMYK
RGB Variations
Color information
#CC9302 (or 0xCC9302) is known color: Dark Goldenrod. HEX triplet: CC, 93 and 02. RGB value is (204,147,2). Sum of RGB (Red+Green+Blue) = 204+147+2=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 147 (57.81% from 255 or 41.64% from 353); Blue value is 2 (1.17% from 255 or 0.57% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9302 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9302 is #336CFD. Grayscale: #949494. Windows color (decimal): -3370238 or 168908. OLE color: 168908.
HSL color Cylindrical-coordinate representation of color #CC9302: hue angle of 43.07º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CC9302 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 147 | 2 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.2 |
| HSL | 43.07º | 0.98% | 0.4% | - |
| HSV(B) | 43.07º | 0.99% | 0.8% | - |
| XYZ | 35.35 | 33.71 | 4.7 | - |
| YUV | 147.51 | 45.88 | 168.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 147 | 2 | 0 | 0.28 | 0.99 | 0.2 | 43.07 | 0.98 | 0.4 |
| Hex | CC | 93 | 2 | 0 | 1C | 63 | 14 | 2B | 62 | 28 |
| Octal | 314 | 223 | 2 | 0 | 34 | 143 | 24 | 53 | 142 | 50 |
| Binary | 11001100 | 10010011 | 10 | 0 | 11100 | 1100011 | 10100 | 101011 | 1100010 | 101000 |
Color Harmonies of #CC9302
Complementary color
Monochromatic Colors of #CC9302
Black with #CC9302
Text Example
Text Example
White with #CC9302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9302; }
p { color: rgb(204,147,2); }
H1.HeaderClassName
{
color: #CC9302;
}
.AnyTagClassName
{
color: #CC9302;
}
</style>
background-color css
<style>
a { background-color: #CC9302; }
a { background-color: rgb(204,147,2); }
div.DivClassName
{
background-color: #CC9302;
}
.BgClassName
{
background-color: #CC9302;
}
</style>
border-color css
<style>
span { border-color: #CC9302; }
span { border-color: rgb(204,147,2); }
td.TdClassName
{
border-color: #CC9302;
}
.TagClassName
{
border-color: #CC9302;
}
</style>