Shades of Dark Goldenrod #C28A04
Tints of Dark Goldenrod #C28A04
RGB
CMYK
RGB Variations
Color information
#C28A04 (or 0xC28A04) is known color: Dark Goldenrod. HEX triplet: C2, 8A and 04. RGB value is (194,138,4). Sum of RGB (Red+Green+Blue) = 194+138+4=336 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.74% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 4 (1.95% from 255 or 1.19% from 336); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A04 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28A04 is #3D75FB. Grayscale: #8C8C8C. Windows color (decimal): -4027900 or 297666. OLE color: 297666.
HSL color Cylindrical-coordinate representation of color #C28A04: hue angle of 42.32º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C28A04 is Cyan = 0, Magento = 0.29, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 4 | - |
| CMYK | 0 | 0.29 | 0.98 | 0.24 |
| HSL | 42.32º | 0.96% | 0.39% | - |
| HSV(B) | 42.32º | 0.98% | 0.76% | - |
| XYZ | 31.36 | 29.66 | 4.19 | - |
| YUV | 139.47 | 51.55 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 4 | 0 | 0.29 | 0.98 | 0.24 | 42.32 | 0.96 | 0.39 |
| Hex | C2 | 8A | 4 | 0 | 1D | 62 | 18 | 2A | 60 | 27 |
| Octal | 302 | 212 | 4 | 0 | 35 | 142 | 30 | 52 | 140 | 47 |
| Binary | 11000010 | 10001010 | 100 | 0 | 11101 | 1100010 | 11000 | 101010 | 1100000 | 100111 |
Color Harmonies of #C28A04
Complementary color
Monochromatic Colors of #C28A04
Black with #C28A04
Text Example
Text Example
White with #C28A04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A04; }
p { color: rgb(194,138,4); }
H1.HeaderClassName
{
color: #C28A04;
}
.AnyTagClassName
{
color: #C28A04;
}
</style>
background-color css
<style>
a { background-color: #C28A04; }
a { background-color: rgb(194,138,4); }
div.DivClassName
{
background-color: #C28A04;
}
.BgClassName
{
background-color: #C28A04;
}
</style>
border-color css
<style>
span { border-color: #C28A04; }
span { border-color: rgb(194,138,4); }
td.TdClassName
{
border-color: #C28A04;
}
.TagClassName
{
border-color: #C28A04;
}
</style>