Shades of Dark Goldenrod #C27903
Tints of Dark Goldenrod #C27903
RGB
CMYK
RGB Variations
Color information
#C27903 (or 0xC27903) is known color: Dark Goldenrod. HEX triplet: C2, 79 and 03. RGB value is (194,121,3). Sum of RGB (Red+Green+Blue) = 194+121+3=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 121 (47.66% from 255 or 38.05% from 318); Blue value is 3 (1.56% from 255 or 0.94% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C27903 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27903 is #3D86FC. Grayscale: #818181. Windows color (decimal): -4032253 or 227778. OLE color: 227778.
HSL color Cylindrical-coordinate representation of color #C27903: hue angle of 37.07º degrees, saturation: 0.97, 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 #C27903 is Cyan = 0, Magento = 0.38, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 3 | - |
| CMYK | 0 | 0.38 | 0.98 | 0.24 |
| HSL | 37.07º | 0.97% | 0.39% | - |
| HSV(B) | 37.07º | 0.98% | 0.76% | - |
| XYZ | 29.1 | 25.15 | 3.41 | - |
| YUV | 129.38 | 56.68 | 174.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 3 | 0 | 0.38 | 0.98 | 0.24 | 37.07 | 0.97 | 0.39 |
| Hex | C2 | 79 | 3 | 0 | 26 | 62 | 18 | 25 | 61 | 27 |
| Octal | 302 | 171 | 3 | 0 | 46 | 142 | 30 | 45 | 141 | 47 |
| Binary | 11000010 | 1111001 | 11 | 0 | 100110 | 1100010 | 11000 | 100101 | 1100001 | 100111 |
Color Harmonies of #C27903
Complementary color
Monochromatic Colors of #C27903
Black with #C27903
Text Example
Text Example
White with #C27903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27903; }
p { color: rgb(194,121,3); }
H1.HeaderClassName
{
color: #C27903;
}
.AnyTagClassName
{
color: #C27903;
}
</style>
background-color css
<style>
a { background-color: #C27903; }
a { background-color: rgb(194,121,3); }
div.DivClassName
{
background-color: #C27903;
}
.BgClassName
{
background-color: #C27903;
}
</style>
border-color css
<style>
span { border-color: #C27903; }
span { border-color: rgb(194,121,3); }
td.TdClassName
{
border-color: #C27903;
}
.TagClassName
{
border-color: #C27903;
}
</style>