Shades of Dark Goldenrod #C27A03
Tints of Dark Goldenrod #C27A03
RGB
CMYK
RGB Variations
Color information
#C27A03 (or 0xC27A03) is known color: Dark Goldenrod. HEX triplet: C2, 7A and 03. RGB value is (194,122,3). Sum of RGB (Red+Green+Blue) = 194+122+3=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 122 (48.05% from 255 or 38.24% from 319); Blue value is 3 (1.56% from 255 or 0.94% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27A03 is #3D85FC. Grayscale: #828282. Windows color (decimal): -4031997 or 228034. OLE color: 228034.
HSL color Cylindrical-coordinate representation of color #C27A03: hue angle of 37.38º 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 #C27A03 is Cyan = 0, Magento = 0.37, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 3 | - |
| CMYK | 0 | 0.37 | 0.98 | 0.24 |
| HSL | 37.38º | 0.97% | 0.39% | - |
| HSV(B) | 37.38º | 0.98% | 0.76% | - |
| XYZ | 29.22 | 25.39 | 3.45 | - |
| YUV | 129.96 | 56.35 | 173.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 3 | 0 | 0.37 | 0.98 | 0.24 | 37.38 | 0.97 | 0.39 |
| Hex | C2 | 7A | 3 | 0 | 25 | 62 | 18 | 25 | 61 | 27 |
| Octal | 302 | 172 | 3 | 0 | 45 | 142 | 30 | 45 | 141 | 47 |
| Binary | 11000010 | 1111010 | 11 | 0 | 100101 | 1100010 | 11000 | 100101 | 1100001 | 100111 |
Color Harmonies of #C27A03
Complementary color
Monochromatic Colors of #C27A03
Black with #C27A03
Text Example
Text Example
White with #C27A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A03; }
p { color: rgb(194,122,3); }
H1.HeaderClassName
{
color: #C27A03;
}
.AnyTagClassName
{
color: #C27A03;
}
</style>
background-color css
<style>
a { background-color: #C27A03; }
a { background-color: rgb(194,122,3); }
div.DivClassName
{
background-color: #C27A03;
}
.BgClassName
{
background-color: #C27A03;
}
</style>
border-color css
<style>
span { border-color: #C27A03; }
span { border-color: rgb(194,122,3); }
td.TdClassName
{
border-color: #C27A03;
}
.TagClassName
{
border-color: #C27A03;
}
</style>