Shades of Dark Goldenrod #C48702
Tints of Dark Goldenrod #C48702
RGB
CMYK
RGB Variations
Color information
#C48702 (or 0xC48702) is known color: Dark Goldenrod. HEX triplet: C4, 87 and 02. RGB value is (196,135,2). Sum of RGB (Red+Green+Blue) = 196+135+2=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 2 (1.17% from 255 or 0.60% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C48702 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48702 is #3B78FD. Grayscale: #8A8A8A. Windows color (decimal): -3897598 or 165828. OLE color: 165828.
HSL color Cylindrical-coordinate representation of color #C48702: hue angle of 41.13º 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 #C48702 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 135 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.23 |
| HSL | 41.13º | 0.98% | 0.39% | - |
| HSV(B) | 41.13º | 0.99% | 0.77% | - |
| XYZ | 31.44 | 29.07 | 4.01 | - |
| YUV | 138.08 | 51.21 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 135 | 2 | 0 | 0.31 | 0.99 | 0.23 | 41.13 | 0.98 | 0.39 |
| Hex | C4 | 87 | 2 | 0 | 1F | 63 | 17 | 29 | 62 | 27 |
| Octal | 304 | 207 | 2 | 0 | 37 | 143 | 27 | 51 | 142 | 47 |
| Binary | 11000100 | 10000111 | 10 | 0 | 11111 | 1100011 | 10111 | 101001 | 1100010 | 100111 |
Color Harmonies of #C48702
Complementary color
Monochromatic Colors of #C48702
Black with #C48702
Text Example
Text Example
White with #C48702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48702; }
p { color: rgb(196,135,2); }
H1.HeaderClassName
{
color: #C48702;
}
.AnyTagClassName
{
color: #C48702;
}
</style>
background-color css
<style>
a { background-color: #C48702; }
a { background-color: rgb(196,135,2); }
div.DivClassName
{
background-color: #C48702;
}
.BgClassName
{
background-color: #C48702;
}
</style>
border-color css
<style>
span { border-color: #C48702; }
span { border-color: rgb(196,135,2); }
td.TdClassName
{
border-color: #C48702;
}
.TagClassName
{
border-color: #C48702;
}
</style>