Shades of Dark Goldenrod #C27A01
Tints of Dark Goldenrod #C27A01
RGB
CMYK
RGB Variations
Color information
#C27A01 (or 0xC27A01) is known color: Dark Goldenrod. HEX triplet: C2, 7A and 01. RGB value is (194,122,1). Sum of RGB (Red+Green+Blue) = 194+122+1=317 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.20% from 317); Green value is 122 (48.05% from 255 or 38.49% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 194 - color contains mainly: red. Hex color #C27A01 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27A01 is #3D85FE. Grayscale: #828282. Windows color (decimal): -4031999 or 96962. OLE color: 96962.
HSL color Cylindrical-coordinate representation of color #C27A01: hue angle of 37.62º 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 #C27A01 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 1 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.24 |
| HSL | 37.62º | 0.99% | 0.38% | - |
| HSV(B) | 37.62º | 0.99% | 0.76% | - |
| XYZ | 29.21 | 25.39 | 3.39 | - |
| YUV | 129.73 | 55.35 | 173.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 1 | 0 | 0.37 | 0.99 | 0.24 | 37.62 | 0.99 | 0.38 |
| Hex | C2 | 7A | 1 | 0 | 25 | 63 | 18 | 26 | 63 | 26 |
| Octal | 302 | 172 | 1 | 0 | 45 | 143 | 30 | 46 | 143 | 46 |
| Binary | 11000010 | 1111010 | 1 | 0 | 100101 | 1100011 | 11000 | 100110 | 1100011 | 100110 |
Color Harmonies of #C27A01
Complementary color
Monochromatic Colors of #C27A01
Black with #C27A01
Text Example
Text Example
White with #C27A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27A01; }
p { color: rgb(194,122,1); }
H1.HeaderClassName
{
color: #C27A01;
}
.AnyTagClassName
{
color: #C27A01;
}
</style>
background-color css
<style>
a { background-color: #C27A01; }
a { background-color: rgb(194,122,1); }
div.DivClassName
{
background-color: #C27A01;
}
.BgClassName
{
background-color: #C27A01;
}
</style>
border-color css
<style>
span { border-color: #C27A01; }
span { border-color: rgb(194,122,1); }
td.TdClassName
{
border-color: #C27A01;
}
.TagClassName
{
border-color: #C27A01;
}
</style>