Shades of Dark Goldenrod #C27D13
Tints of Dark Goldenrod #C27D13
RGB
CMYK
RGB Variations
Color information
#C27D13 (or 0xC27D13) is known color: Dark Goldenrod. HEX triplet: C2, 7D and 13. RGB value is (194,125,19). Sum of RGB (Red+Green+Blue) = 194+125+19=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 125 (49.22% from 255 or 36.98% from 338); Blue value is 19 (7.81% from 255 or 5.62% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C27D13 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27D13 is #3D82EC. Grayscale: #868686. Windows color (decimal): -4031213 or 1277378. OLE color: 1277378.
HSL color Cylindrical-coordinate representation of color #C27D13: hue angle of 36.34º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C27D13 is Cyan = 0, Magento = 0.36, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 19 | - |
| CMYK | 0 | 0.36 | 0.90 | 0.24 |
| HSL | 36.34º | 0.82% | 0.42% | - |
| HSV(B) | 36.34º | 0.9% | 0.76% | - |
| XYZ | 29.7 | 26.18 | 4.1 | - |
| YUV | 133.55 | 63.36 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 19 | 0 | 0.36 | 0.90 | 0.24 | 36.34 | 0.82 | 0.42 |
| Hex | C2 | 7D | 13 | 0 | 24 | 5A | 18 | 24 | 52 | 2A |
| Octal | 302 | 175 | 23 | 0 | 44 | 132 | 30 | 44 | 122 | 52 |
| Binary | 11000010 | 1111101 | 10011 | 0 | 100100 | 1011010 | 11000 | 100100 | 1010010 | 101010 |
Color Harmonies of #C27D13
Complementary color
Monochromatic Colors of #C27D13
Black with #C27D13
Text Example
Text Example
White with #C27D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27D13; }
p { color: rgb(194,125,19); }
H1.HeaderClassName
{
color: #C27D13;
}
.AnyTagClassName
{
color: #C27D13;
}
</style>
background-color css
<style>
a { background-color: #C27D13; }
a { background-color: rgb(194,125,19); }
div.DivClassName
{
background-color: #C27D13;
}
.BgClassName
{
background-color: #C27D13;
}
</style>
border-color css
<style>
span { border-color: #C27D13; }
span { border-color: rgb(194,125,19); }
td.TdClassName
{
border-color: #C27D13;
}
.TagClassName
{
border-color: #C27D13;
}
</style>