Shades of Dark Goldenrod #C48C02
Tints of Dark Goldenrod #C48C02
RGB
CMYK
RGB Variations
Color information
#C48C02 (or 0xC48C02) is known color: Dark Goldenrod. HEX triplet: C4, 8C and 02. RGB value is (196,140,2). Sum of RGB (Red+Green+Blue) = 196+140+2=338 (44% of max value = 765). Red value is 196 (76.95% from 255 or 57.99% from 338); Green value is 140 (55.08% from 255 or 41.42% from 338); Blue value is 2 (1.17% from 255 or 0.59% from 338); Max value from RGB is 196 - color contains mainly: red. Hex color #C48C02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C48C02 is #3B73FD. Grayscale: #8D8D8D. Windows color (decimal): -3896318 or 167108. OLE color: 167108.
HSL color Cylindrical-coordinate representation of color #C48C02: hue angle of 42.68º 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 #C48C02 is Cyan = 0, Magento = 0.29, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 140 | 2 | - |
| CMYK | 0 | 0.29 | 0.99 | 0.23 |
| HSL | 42.68º | 0.98% | 0.39% | - |
| HSV(B) | 42.68º | 0.99% | 0.77% | - |
| XYZ | 32.15 | 30.5 | 4.25 | - |
| YUV | 141.01 | 49.55 | 167.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 140 | 2 | 0 | 0.29 | 0.99 | 0.23 | 42.68 | 0.98 | 0.39 |
| Hex | C4 | 8C | 2 | 0 | 1D | 63 | 17 | 2B | 62 | 27 |
| Octal | 304 | 214 | 2 | 0 | 35 | 143 | 27 | 53 | 142 | 47 |
| Binary | 11000100 | 10001100 | 10 | 0 | 11101 | 1100011 | 10111 | 101011 | 1100010 | 100111 |
Color Harmonies of #C48C02
Complementary color
Monochromatic Colors of #C48C02
Black with #C48C02
Text Example
Text Example
White with #C48C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48C02; }
p { color: rgb(196,140,2); }
H1.HeaderClassName
{
color: #C48C02;
}
.AnyTagClassName
{
color: #C48C02;
}
</style>
background-color css
<style>
a { background-color: #C48C02; }
a { background-color: rgb(196,140,2); }
div.DivClassName
{
background-color: #C48C02;
}
.BgClassName
{
background-color: #C48C02;
}
</style>
border-color css
<style>
span { border-color: #C48C02; }
span { border-color: rgb(196,140,2); }
td.TdClassName
{
border-color: #C48C02;
}
.TagClassName
{
border-color: #C48C02;
}
</style>