Shades of Dark Goldenrod #C27F06
Tints of Dark Goldenrod #C27F06
RGB
CMYK
RGB Variations
Color information
#C27F06 (or 0xC27F06) is known color: Dark Goldenrod. HEX triplet: C2, 7F and 06. RGB value is (194,127,6). Sum of RGB (Red+Green+Blue) = 194+127+6=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 127 (50% from 255 or 38.84% from 327); Blue value is 6 (2.73% from 255 or 1.83% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F06 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27F06 is #3D80F9. Grayscale: #858585. Windows color (decimal): -4030714 or 425922. OLE color: 425922.
HSL color Cylindrical-coordinate representation of color #C27F06: hue angle of 38.62º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #C27F06 is Cyan = 0, Magento = 0.35, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 6 | - |
| CMYK | 0 | 0.35 | 0.97 | 0.24 |
| HSL | 38.62º | 0.94% | 0.39% | - |
| HSV(B) | 38.62º | 0.97% | 0.76% | - |
| XYZ | 29.87 | 26.66 | 3.74 | - |
| YUV | 133.24 | 56.2 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 6 | 0 | 0.35 | 0.97 | 0.24 | 38.62 | 0.94 | 0.39 |
| Hex | C2 | 7F | 6 | 0 | 23 | 61 | 18 | 27 | 5E | 27 |
| Octal | 302 | 177 | 6 | 0 | 43 | 141 | 30 | 47 | 136 | 47 |
| Binary | 11000010 | 1111111 | 110 | 0 | 100011 | 1100001 | 11000 | 100111 | 1011110 | 100111 |
Color Harmonies of #C27F06
Complementary color
Monochromatic Colors of #C27F06
Black with #C27F06
Text Example
Text Example
White with #C27F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F06; }
p { color: rgb(194,127,6); }
H1.HeaderClassName
{
color: #C27F06;
}
.AnyTagClassName
{
color: #C27F06;
}
</style>
background-color css
<style>
a { background-color: #C27F06; }
a { background-color: rgb(194,127,6); }
div.DivClassName
{
background-color: #C27F06;
}
.BgClassName
{
background-color: #C27F06;
}
</style>
border-color css
<style>
span { border-color: #C27F06; }
span { border-color: rgb(194,127,6); }
td.TdClassName
{
border-color: #C27F06;
}
.TagClassName
{
border-color: #C27F06;
}
</style>