Shades of Dark Goldenrod #C27D04
Tints of Dark Goldenrod #C27D04
RGB
CMYK
RGB Variations
Color information
#C27D04 (or 0xC27D04) is known color: Dark Goldenrod. HEX triplet: C2, 7D and 04. RGB value is (194,125,4). Sum of RGB (Red+Green+Blue) = 194+125+4=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 125 (49.22% from 255 or 38.70% from 323); Blue value is 4 (1.95% from 255 or 1.24% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D04 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27D04 is #3D82FB. Grayscale: #848484. Windows color (decimal): -4031228 or 294338. OLE color: 294338.
HSL color Cylindrical-coordinate representation of color #C27D04: hue angle of 38.21º degrees, saturation: 0.96, 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 #C27D04 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.24 |
| HSL | 38.21º | 0.96% | 0.39% | - |
| HSV(B) | 38.21º | 0.98% | 0.76% | - |
| XYZ | 29.6 | 26.15 | 3.6 | - |
| YUV | 131.84 | 55.86 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 4 | 0 | 0.36 | 0.98 | 0.24 | 38.21 | 0.96 | 0.39 |
| Hex | C2 | 7D | 4 | 0 | 24 | 62 | 18 | 26 | 60 | 27 |
| Octal | 302 | 175 | 4 | 0 | 44 | 142 | 30 | 46 | 140 | 47 |
| Binary | 11000010 | 1111101 | 100 | 0 | 100100 | 1100010 | 11000 | 100110 | 1100000 | 100111 |
Color Harmonies of #C27D04
Complementary color
Monochromatic Colors of #C27D04
Black with #C27D04
Text Example
Text Example
White with #C27D04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D04; }
p { color: rgb(194,125,4); }
H1.HeaderClassName
{
color: #C27D04;
}
.AnyTagClassName
{
color: #C27D04;
}
</style>
background-color css
<style>
a { background-color: #C27D04; }
a { background-color: rgb(194,125,4); }
div.DivClassName
{
background-color: #C27D04;
}
.BgClassName
{
background-color: #C27D04;
}
</style>
border-color css
<style>
span { border-color: #C27D04; }
span { border-color: rgb(194,125,4); }
td.TdClassName
{
border-color: #C27D04;
}
.TagClassName
{
border-color: #C27D04;
}
</style>