Shades of Dark Goldenrod #C78202
Tints of Dark Goldenrod #C78202
RGB
CMYK
RGB Variations
Color information
#C78202 (or 0xC78202) is known color: Dark Goldenrod. HEX triplet: C7, 82 and 02. RGB value is (199,130,2). Sum of RGB (Red+Green+Blue) = 199+130+2=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 130 (51.17% from 255 or 39.27% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C78202 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78202 is #387DFD. Grayscale: #888888. Windows color (decimal): -3702270 or 164551. OLE color: 164551.
HSL color Cylindrical-coordinate representation of color #C78202: hue angle of 38.98º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C78202 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 130 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.22 |
| HSL | 38.98º | 0.98% | 0.39% | - |
| HSV(B) | 38.98º | 0.99% | 0.78% | - |
| XYZ | 31.55 | 28.11 | 3.82 | - |
| YUV | 136.04 | 52.36 | 172.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 130 | 2 | 0 | 0.35 | 0.99 | 0.22 | 38.98 | 0.98 | 0.39 |
| Hex | C7 | 82 | 2 | 0 | 23 | 63 | 16 | 27 | 62 | 27 |
| Octal | 307 | 202 | 2 | 0 | 43 | 143 | 26 | 47 | 142 | 47 |
| Binary | 11000111 | 10000010 | 10 | 0 | 100011 | 1100011 | 10110 | 100111 | 1100010 | 100111 |
Color Harmonies of #C78202
Complementary color
Monochromatic Colors of #C78202
Black with #C78202
Text Example
Text Example
White with #C78202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78202; }
p { color: rgb(199,130,2); }
H1.HeaderClassName
{
color: #C78202;
}
.AnyTagClassName
{
color: #C78202;
}
</style>
background-color css
<style>
a { background-color: #C78202; }
a { background-color: rgb(199,130,2); }
div.DivClassName
{
background-color: #C78202;
}
.BgClassName
{
background-color: #C78202;
}
</style>
border-color css
<style>
span { border-color: #C78202; }
span { border-color: rgb(199,130,2); }
td.TdClassName
{
border-color: #C78202;
}
.TagClassName
{
border-color: #C78202;
}
</style>