Shades of Dark Goldenrod #C27C03
Tints of Dark Goldenrod #C27C03
RGB
CMYK
RGB Variations
Color information
#C27C03 (or 0xC27C03) is known color: Dark Goldenrod. HEX triplet: C2, 7C and 03. RGB value is (194,124,3). Sum of RGB (Red+Green+Blue) = 194+124+3=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 124 (48.83% from 255 or 38.63% from 321); Blue value is 3 (1.56% from 255 or 0.93% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C27C03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27C03 is #3D83FC. Grayscale: #838383. Windows color (decimal): -4031485 or 228546. OLE color: 228546.
HSL color Cylindrical-coordinate representation of color #C27C03: hue angle of 38.01º 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 #C27C03 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 124 | 3 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.24 |
| HSL | 38.01º | 0.97% | 0.39% | - |
| HSV(B) | 38.01º | 0.98% | 0.76% | - |
| XYZ | 29.47 | 25.89 | 3.53 | - |
| YUV | 131.14 | 55.69 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 124 | 3 | 0 | 0.36 | 0.98 | 0.24 | 38.01 | 0.97 | 0.39 |
| Hex | C2 | 7C | 3 | 0 | 24 | 62 | 18 | 26 | 61 | 27 |
| Octal | 302 | 174 | 3 | 0 | 44 | 142 | 30 | 46 | 141 | 47 |
| Binary | 11000010 | 1111100 | 11 | 0 | 100100 | 1100010 | 11000 | 100110 | 1100001 | 100111 |
Color Harmonies of #C27C03
Complementary color
Monochromatic Colors of #C27C03
Black with #C27C03
Text Example
Text Example
White with #C27C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27C03; }
p { color: rgb(194,124,3); }
H1.HeaderClassName
{
color: #C27C03;
}
.AnyTagClassName
{
color: #C27C03;
}
</style>
background-color css
<style>
a { background-color: #C27C03; }
a { background-color: rgb(194,124,3); }
div.DivClassName
{
background-color: #C27C03;
}
.BgClassName
{
background-color: #C27C03;
}
</style>
border-color css
<style>
span { border-color: #C27C03; }
span { border-color: rgb(194,124,3); }
td.TdClassName
{
border-color: #C27C03;
}
.TagClassName
{
border-color: #C27C03;
}
</style>