Shades of Dark Goldenrod #C28A07
Tints of Dark Goldenrod #C28A07
RGB
CMYK
RGB Variations
Color information
#C28A07 (or 0xC28A07) is known color: Dark Goldenrod. HEX triplet: C2, 8A and 07. RGB value is (194,138,7). Sum of RGB (Red+Green+Blue) = 194+138+7=339 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.23% from 339); Green value is 138 (54.30% from 255 or 40.71% from 339); Blue value is 7 (3.12% from 255 or 2.06% from 339); Max value from RGB is 194 - color contains mainly: red. Hex color #C28A07 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28A07 is #3D75F8. Grayscale: #8C8C8C. Windows color (decimal): -4027897 or 494274. OLE color: 494274.
HSL color Cylindrical-coordinate representation of color #C28A07: hue angle of 42.03º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C28A07 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 138 | 7 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.24 |
| HSL | 42.03º | 0.93% | 0.39% | - |
| HSV(B) | 42.03º | 0.96% | 0.76% | - |
| XYZ | 31.37 | 29.66 | 4.27 | - |
| YUV | 139.81 | 53.05 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 7 | 0 | 0.29 | 0.96 | 0.24 | 42.03 | 0.93 | 0.39 |
| Hex | C2 | 8A | 7 | 0 | 1D | 60 | 18 | 2A | 5D | 27 |
| Octal | 302 | 212 | 7 | 0 | 35 | 140 | 30 | 52 | 135 | 47 |
| Binary | 11000010 | 10001010 | 111 | 0 | 11101 | 1100000 | 11000 | 101010 | 1011101 | 100111 |
Color Harmonies of #C28A07
Complementary color
Monochromatic Colors of #C28A07
Black with #C28A07
Text Example
Text Example
White with #C28A07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28A07; }
p { color: rgb(194,138,7); }
H1.HeaderClassName
{
color: #C28A07;
}
.AnyTagClassName
{
color: #C28A07;
}
</style>
background-color css
<style>
a { background-color: #C28A07; }
a { background-color: rgb(194,138,7); }
div.DivClassName
{
background-color: #C28A07;
}
.BgClassName
{
background-color: #C28A07;
}
</style>
border-color css
<style>
span { border-color: #C28A07; }
span { border-color: rgb(194,138,7); }
td.TdClassName
{
border-color: #C28A07;
}
.TagClassName
{
border-color: #C28A07;
}
</style>