Shades of Dark Goldenrod #C28907
Tints of Dark Goldenrod #C28907
RGB
CMYK
RGB Variations
Color information
#C28907 (or 0xC28907) is known color: Dark Goldenrod. HEX triplet: C2, 89 and 07. RGB value is (194,137,7). Sum of RGB (Red+Green+Blue) = 194+137+7=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 137 (53.91% from 255 or 40.53% from 338); Blue value is 7 (3.12% from 255 or 2.07% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C28907 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C28907 is #3D76F8. Grayscale: #8B8B8B. Windows color (decimal): -4028153 or 494018. OLE color: 494018.
HSL color Cylindrical-coordinate representation of color #C28907: hue angle of 41.71º 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 #C28907 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 137 | 7 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.24 |
| HSL | 41.71º | 0.93% | 0.39% | - |
| HSV(B) | 41.71º | 0.96% | 0.76% | - |
| XYZ | 31.23 | 29.38 | 4.23 | - |
| YUV | 139.22 | 53.38 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 137 | 7 | 0 | 0.29 | 0.96 | 0.24 | 41.71 | 0.93 | 0.39 |
| Hex | C2 | 89 | 7 | 0 | 1D | 60 | 18 | 2A | 5D | 27 |
| Octal | 302 | 211 | 7 | 0 | 35 | 140 | 30 | 52 | 135 | 47 |
| Binary | 11000010 | 10001001 | 111 | 0 | 11101 | 1100000 | 11000 | 101010 | 1011101 | 100111 |
Color Harmonies of #C28907
Complementary color
Monochromatic Colors of #C28907
Black with #C28907
Text Example
Text Example
White with #C28907
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28907; }
p { color: rgb(194,137,7); }
H1.HeaderClassName
{
color: #C28907;
}
.AnyTagClassName
{
color: #C28907;
}
</style>
background-color css
<style>
a { background-color: #C28907; }
a { background-color: rgb(194,137,7); }
div.DivClassName
{
background-color: #C28907;
}
.BgClassName
{
background-color: #C28907;
}
</style>
border-color css
<style>
span { border-color: #C28907; }
span { border-color: rgb(194,137,7); }
td.TdClassName
{
border-color: #C28907;
}
.TagClassName
{
border-color: #C28907;
}
</style>