Shades of Dark Goldenrod #CC8A13
Tints of Dark Goldenrod #CC8A13
RGB
CMYK
RGB Variations
Color information
#CC8A13 (or 0xCC8A13) is known color: Dark Goldenrod. HEX triplet: CC, 8A and 13. RGB value is (204,138,19). Sum of RGB (Red+Green+Blue) = 204+138+19=361 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.51% from 361); Green value is 138 (54.30% from 255 or 38.23% from 361); Blue value is 19 (7.81% from 255 or 5.26% from 361); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8A13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CC8A13 is #3375EC. Grayscale: #909090. Windows color (decimal): -3372525 or 1280716. OLE color: 1280716.
HSL color Cylindrical-coordinate representation of color #CC8A13: hue angle of 38.59º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CC8A13 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 138 | 19 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.2 |
| HSL | 38.59º | 0.83% | 0.44% | - |
| HSV(B) | 38.59º | 0.91% | 0.8% | - |
| XYZ | 34.11 | 31.06 | 4.81 | - |
| YUV | 144.17 | 57.37 | 170.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 138 | 19 | 0 | 0.32 | 0.91 | 0.2 | 38.59 | 0.83 | 0.44 |
| Hex | CC | 8A | 13 | 0 | 20 | 5B | 14 | 27 | 53 | 2C |
| Octal | 314 | 212 | 23 | 0 | 40 | 133 | 24 | 47 | 123 | 54 |
| Binary | 11001100 | 10001010 | 10011 | 0 | 100000 | 1011011 | 10100 | 100111 | 1010011 | 101100 |
Color Harmonies of #CC8A13
Complementary color
Monochromatic Colors of #CC8A13
Black with #CC8A13
Text Example
Text Example
White with #CC8A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8A13; }
p { color: rgb(204,138,19); }
H1.HeaderClassName
{
color: #CC8A13;
}
.AnyTagClassName
{
color: #CC8A13;
}
</style>
background-color css
<style>
a { background-color: #CC8A13; }
a { background-color: rgb(204,138,19); }
div.DivClassName
{
background-color: #CC8A13;
}
.BgClassName
{
background-color: #CC8A13;
}
</style>
border-color css
<style>
span { border-color: #CC8A13; }
span { border-color: rgb(204,138,19); }
td.TdClassName
{
border-color: #CC8A13;
}
.TagClassName
{
border-color: #CC8A13;
}
</style>