Shades of Dark Goldenrod #C48802
Tints of Dark Goldenrod #C48802
RGB
CMYK
RGB Variations
Color information
#C48802 (or 0xC48802) is known color: Dark Goldenrod. HEX triplet: C4, 88 and 02. RGB value is (196,136,2). Sum of RGB (Red+Green+Blue) = 196+136+2=334 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.68% from 334); Green value is 136 (53.52% from 255 or 40.72% from 334); Blue value is 2 (1.17% from 255 or 0.60% from 334); Max value from RGB is 196 - color contains mainly: red. Hex color #C48802 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48802 is #3B77FD. Grayscale: #8B8B8B. Windows color (decimal): -3897342 or 166084. OLE color: 166084.
HSL color Cylindrical-coordinate representation of color #C48802: hue angle of 41.44º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C48802 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 136 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.23 |
| HSL | 41.44º | 0.98% | 0.39% | - |
| HSV(B) | 41.44º | 0.99% | 0.77% | - |
| XYZ | 31.58 | 29.35 | 4.06 | - |
| YUV | 138.66 | 50.88 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 136 | 2 | 0 | 0.31 | 0.99 | 0.23 | 41.44 | 0.98 | 0.39 |
| Hex | C4 | 88 | 2 | 0 | 1F | 63 | 17 | 29 | 62 | 27 |
| Octal | 304 | 210 | 2 | 0 | 37 | 143 | 27 | 51 | 142 | 47 |
| Binary | 11000100 | 10001000 | 10 | 0 | 11111 | 1100011 | 10111 | 101001 | 1100010 | 100111 |
Color Harmonies of #C48802
Complementary color
Monochromatic Colors of #C48802
Black with #C48802
Text Example
Text Example
White with #C48802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48802; }
p { color: rgb(196,136,2); }
H1.HeaderClassName
{
color: #C48802;
}
.AnyTagClassName
{
color: #C48802;
}
</style>
background-color css
<style>
a { background-color: #C48802; }
a { background-color: rgb(196,136,2); }
div.DivClassName
{
background-color: #C48802;
}
.BgClassName
{
background-color: #C48802;
}
</style>
border-color css
<style>
span { border-color: #C48802; }
span { border-color: rgb(196,136,2); }
td.TdClassName
{
border-color: #C48802;
}
.TagClassName
{
border-color: #C48802;
}
</style>