Shades of Dark Goldenrod #CC9403
Tints of Dark Goldenrod #CC9403
RGB
CMYK
RGB Variations
Color information
#CC9403 (or 0xCC9403) is known color: Dark Goldenrod. HEX triplet: CC, 94 and 03. RGB value is (204,148,3). Sum of RGB (Red+Green+Blue) = 204+148+3=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 3 (1.56% from 255 or 0.85% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9403 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC9403 is #336BFC. Grayscale: #949494. Windows color (decimal): -3369981 or 234700. OLE color: 234700.
HSL color Cylindrical-coordinate representation of color #CC9403: hue angle of 43.28º 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 #CC9403 is Cyan = 0, Magento = 0.27, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 3 | - |
| CMYK | 0 | 0.27 | 0.99 | 0.2 |
| HSL | 43.28º | 0.97% | 0.41% | - |
| HSV(B) | 43.28º | 0.99% | 0.8% | - |
| XYZ | 35.51 | 34.02 | 4.78 | - |
| YUV | 148.21 | 46.05 | 167.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 3 | 0 | 0.27 | 0.99 | 0.2 | 43.28 | 0.97 | 0.41 |
| Hex | CC | 94 | 3 | 0 | 1B | 63 | 14 | 2B | 61 | 29 |
| Octal | 314 | 224 | 3 | 0 | 33 | 143 | 24 | 53 | 141 | 51 |
| Binary | 11001100 | 10010100 | 11 | 0 | 11011 | 1100011 | 10100 | 101011 | 1100001 | 101001 |
Color Harmonies of #CC9403
Complementary color
Monochromatic Colors of #CC9403
Black with #CC9403
Text Example
Text Example
White with #CC9403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC9403; }
p { color: rgb(204,148,3); }
H1.HeaderClassName
{
color: #CC9403;
}
.AnyTagClassName
{
color: #CC9403;
}
</style>
background-color css
<style>
a { background-color: #CC9403; }
a { background-color: rgb(204,148,3); }
div.DivClassName
{
background-color: #CC9403;
}
.BgClassName
{
background-color: #CC9403;
}
</style>
border-color css
<style>
span { border-color: #CC9403; }
span { border-color: rgb(204,148,3); }
td.TdClassName
{
border-color: #CC9403;
}
.TagClassName
{
border-color: #CC9403;
}
</style>