Shades of Dark Goldenrod #CC800B
Tints of Dark Goldenrod #CC800B
RGB
CMYK
RGB Variations
Color information
#CC800B (or 0xCC800B) is known color: Dark Goldenrod. HEX triplet: CC, 80 and 0B. RGB value is (204,128,11). Sum of RGB (Red+Green+Blue) = 204+128+11=343 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.48% from 343); Green value is 128 (50.39% from 255 or 37.32% from 343); Blue value is 11 (4.69% from 255 or 3.21% from 343); Max value from RGB is 204 - color contains mainly: red. Hex color #CC800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC800B is #337FF4. Grayscale: #898989. Windows color (decimal): -3375093 or 753868. OLE color: 753868.
HSL color Cylindrical-coordinate representation of color #CC800B: hue angle of 36.37º 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 #CC800B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.2 |
| HSL | 36.37º | 0.9% | 0.42% | - |
| HSV(B) | 36.37º | 0.95% | 0.8% | - |
| XYZ | 32.68 | 28.3 | 4.06 | - |
| YUV | 137.39 | 56.68 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 11 | 0 | 0.37 | 0.95 | 0.2 | 36.37 | 0.9 | 0.42 |
| Hex | CC | 80 | B | 0 | 25 | 5F | 14 | 24 | 5A | 2A |
| Octal | 314 | 200 | 13 | 0 | 45 | 137 | 24 | 44 | 132 | 52 |
| Binary | 11001100 | 10000000 | 1011 | 0 | 100101 | 1011111 | 10100 | 100100 | 1011010 | 101010 |
Color Harmonies of #CC800B
Complementary color
Monochromatic Colors of #CC800B
Black with #CC800B
Text Example
Text Example
White with #CC800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC800B; }
p { color: rgb(204,128,11); }
H1.HeaderClassName
{
color: #CC800B;
}
.AnyTagClassName
{
color: #CC800B;
}
</style>
background-color css
<style>
a { background-color: #CC800B; }
a { background-color: rgb(204,128,11); }
div.DivClassName
{
background-color: #CC800B;
}
.BgClassName
{
background-color: #CC800B;
}
</style>
border-color css
<style>
span { border-color: #CC800B; }
span { border-color: rgb(204,128,11); }
td.TdClassName
{
border-color: #CC800B;
}
.TagClassName
{
border-color: #CC800B;
}
</style>