Shades of Dark Goldenrod #C27E01
Tints of Dark Goldenrod #C27E01
RGB
CMYK
RGB Variations
Color information
#C27E01 (or 0xC27E01) is known color: Dark Goldenrod. HEX triplet: C2, 7E and 01. RGB value is (194,126,1). Sum of RGB (Red+Green+Blue) = 194+126+1=321 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.44% from 321); Green value is 126 (49.61% from 255 or 39.25% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 194 - color contains mainly: red. Hex color #C27E01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27E01 is #3D81FE. Grayscale: #848484. Windows color (decimal): -4030975 or 97986. OLE color: 97986.
HSL color Cylindrical-coordinate representation of color #C27E01: hue angle of 38.86º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C27E01 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 126 | 1 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.24 |
| HSL | 38.86º | 0.99% | 0.38% | - |
| HSV(B) | 38.86º | 0.99% | 0.76% | - |
| XYZ | 29.71 | 26.39 | 3.56 | - |
| YUV | 132.08 | 54.03 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 126 | 1 | 0 | 0.35 | 0.99 | 0.24 | 38.86 | 0.99 | 0.38 |
| Hex | C2 | 7E | 1 | 0 | 23 | 63 | 18 | 27 | 63 | 26 |
| Octal | 302 | 176 | 1 | 0 | 43 | 143 | 30 | 47 | 143 | 46 |
| Binary | 11000010 | 1111110 | 1 | 0 | 100011 | 1100011 | 11000 | 100111 | 1100011 | 100110 |
Color Harmonies of #C27E01
Complementary color
Monochromatic Colors of #C27E01
Black with #C27E01
Text Example
Text Example
White with #C27E01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27E01; }
p { color: rgb(194,126,1); }
H1.HeaderClassName
{
color: #C27E01;
}
.AnyTagClassName
{
color: #C27E01;
}
</style>
background-color css
<style>
a { background-color: #C27E01; }
a { background-color: rgb(194,126,1); }
div.DivClassName
{
background-color: #C27E01;
}
.BgClassName
{
background-color: #C27E01;
}
</style>
border-color css
<style>
span { border-color: #C27E01; }
span { border-color: rgb(194,126,1); }
td.TdClassName
{
border-color: #C27E01;
}
.TagClassName
{
border-color: #C27E01;
}
</style>