Shades of Dark Goldenrod #C27F02
Tints of Dark Goldenrod #C27F02
RGB
CMYK
RGB Variations
Color information
#C27F02 (or 0xC27F02) is known color: Dark Goldenrod. HEX triplet: C2, 7F and 02. RGB value is (194,127,2). Sum of RGB (Red+Green+Blue) = 194+127+2=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 127 (50% from 255 or 39.32% from 323); Blue value is 2 (1.17% from 255 or 0.62% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C27F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27F02 is #3D80FD. Grayscale: #858585. Windows color (decimal): -4030718 or 163778. OLE color: 163778.
HSL color Cylindrical-coordinate representation of color #C27F02: hue angle of 39.06º degrees, saturation: 0.98, 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 #C27F02 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 127 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.24 |
| HSL | 39.06º | 0.98% | 0.38% | - |
| HSV(B) | 39.06º | 0.99% | 0.76% | - |
| XYZ | 29.85 | 26.65 | 3.63 | - |
| YUV | 132.78 | 54.2 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 127 | 2 | 0 | 0.35 | 0.99 | 0.24 | 39.06 | 0.98 | 0.38 |
| Hex | C2 | 7F | 2 | 0 | 23 | 63 | 18 | 27 | 62 | 26 |
| Octal | 302 | 177 | 2 | 0 | 43 | 143 | 30 | 47 | 142 | 46 |
| Binary | 11000010 | 1111111 | 10 | 0 | 100011 | 1100011 | 11000 | 100111 | 1100010 | 100110 |
Color Harmonies of #C27F02
Complementary color
Monochromatic Colors of #C27F02
Black with #C27F02
Text Example
Text Example
White with #C27F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27F02; }
p { color: rgb(194,127,2); }
H1.HeaderClassName
{
color: #C27F02;
}
.AnyTagClassName
{
color: #C27F02;
}
</style>
background-color css
<style>
a { background-color: #C27F02; }
a { background-color: rgb(194,127,2); }
div.DivClassName
{
background-color: #C27F02;
}
.BgClassName
{
background-color: #C27F02;
}
</style>
border-color css
<style>
span { border-color: #C27F02; }
span { border-color: rgb(194,127,2); }
td.TdClassName
{
border-color: #C27F02;
}
.TagClassName
{
border-color: #C27F02;
}
</style>