Shades of Dark Goldenrod #CC940B
Tints of Dark Goldenrod #CC940B
RGB
CMYK
RGB Variations
Color information
#CC940B (or 0xCC940B) is known color: Dark Goldenrod. HEX triplet: CC, 94 and 0B. RGB value is (204,148,11). Sum of RGB (Red+Green+Blue) = 204+148+11=363 (48% of max value = 765). Red value is 204 (80.08% from 255 or 56.20% from 363); Green value is 148 (58.20% from 255 or 40.77% from 363); Blue value is 11 (4.69% from 255 or 3.03% from 363); Max value from RGB is 204 - color contains mainly: red. Hex color #CC940B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC940B is #336BF4. Grayscale: #959595. Windows color (decimal): -3369973 or 758988. OLE color: 758988.
HSL color Cylindrical-coordinate representation of color #CC940B: hue angle of 42.59º degrees, saturation: 0.9, 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 #CC940B is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 148 | 11 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.2 |
| HSL | 42.59º | 0.9% | 0.42% | - |
| HSV(B) | 42.59º | 0.95% | 0.8% | - |
| XYZ | 35.55 | 34.04 | 5.01 | - |
| YUV | 149.13 | 50.05 | 167.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 148 | 11 | 0 | 0.27 | 0.95 | 0.2 | 42.59 | 0.9 | 0.42 |
| Hex | CC | 94 | B | 0 | 1B | 5F | 14 | 2B | 5A | 2A |
| Octal | 314 | 224 | 13 | 0 | 33 | 137 | 24 | 53 | 132 | 52 |
| Binary | 11001100 | 10010100 | 1011 | 0 | 11011 | 1011111 | 10100 | 101011 | 1011010 | 101010 |
Color Harmonies of #CC940B
Complementary color
Monochromatic Colors of #CC940B
Black with #CC940B
Text Example
Text Example
White with #CC940B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC940B; }
p { color: rgb(204,148,11); }
H1.HeaderClassName
{
color: #CC940B;
}
.AnyTagClassName
{
color: #CC940B;
}
</style>
background-color css
<style>
a { background-color: #CC940B; }
a { background-color: rgb(204,148,11); }
div.DivClassName
{
background-color: #CC940B;
}
.BgClassName
{
background-color: #CC940B;
}
</style>
border-color css
<style>
span { border-color: #CC940B; }
span { border-color: rgb(204,148,11); }
td.TdClassName
{
border-color: #CC940B;
}
.TagClassName
{
border-color: #CC940B;
}
</style>