Shades of Dark Goldenrod #CC800D
Tints of Dark Goldenrod #CC800D
RGB
CMYK
RGB Variations
Color information
#CC800D (or 0xCC800D) is known color: Dark Goldenrod. HEX triplet: CC, 80 and 0D. RGB value is (204,128,13). Sum of RGB (Red+Green+Blue) = 204+128+13=345 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.13% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 13 (5.47% from 255 or 3.77% from 345); Max value from RGB is 204 - color contains mainly: red. Hex color #CC800D is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC800D is #337FF2. Grayscale: #8A8A8A. Windows color (decimal): -3375091 or 884940. OLE color: 884940.
HSL color Cylindrical-coordinate representation of color #CC800D: hue angle of 36.13º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CC800D is Cyan = 0, Magento = 0.37, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 13 | - |
| CMYK | 0 | 0.37 | 0.94 | 0.2 |
| HSL | 36.13º | 0.88% | 0.43% | - |
| HSV(B) | 36.13º | 0.94% | 0.8% | - |
| XYZ | 32.69 | 28.3 | 4.12 | - |
| YUV | 137.61 | 57.68 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 13 | 0 | 0.37 | 0.94 | 0.2 | 36.13 | 0.88 | 0.43 |
| Hex | CC | 80 | D | 0 | 25 | 5E | 14 | 24 | 58 | 2B |
| Octal | 314 | 200 | 15 | 0 | 45 | 136 | 24 | 44 | 130 | 53 |
| Binary | 11001100 | 10000000 | 1101 | 0 | 100101 | 1011110 | 10100 | 100100 | 1011000 | 101011 |
Color Harmonies of #CC800D
Complementary color
Monochromatic Colors of #CC800D
Black with #CC800D
Text Example
Text Example
White with #CC800D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC800D; }
p { color: rgb(204,128,13); }
H1.HeaderClassName
{
color: #CC800D;
}
.AnyTagClassName
{
color: #CC800D;
}
</style>
background-color css
<style>
a { background-color: #CC800D; }
a { background-color: rgb(204,128,13); }
div.DivClassName
{
background-color: #CC800D;
}
.BgClassName
{
background-color: #CC800D;
}
</style>
border-color css
<style>
span { border-color: #CC800D; }
span { border-color: rgb(204,128,13); }
td.TdClassName
{
border-color: #CC800D;
}
.TagClassName
{
border-color: #CC800D;
}
</style>