Shades of Dark Goldenrod #C37F02
Tints of Dark Goldenrod #C37F02
RGB
CMYK
RGB Variations
Color information
#C37F02 (or 0xC37F02) is known color: Dark Goldenrod. HEX triplet: C3, 7F and 02. RGB value is (195,127,2). Sum of RGB (Red+Green+Blue) = 195+127+2=324 (42% of max value = 765). Red value is 195 (76.56% from 255 or 60.19% from 324); Green value is 127 (50% from 255 or 39.20% from 324); Blue value is 2 (1.17% from 255 or 0.62% from 324); Max value from RGB is 195 - color contains mainly: red. Hex color #C37F02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C37F02 is #3C80FD. Grayscale: #858585. Windows color (decimal): -3965182 or 163779. OLE color: 163779.
HSL color Cylindrical-coordinate representation of color #C37F02: hue angle of 38.86º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C37F02 is Cyan = 0, Magento = 0.35, Yellow = 0.99 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 127 | 2 | - |
| CMYK | 0 | 0.35 | 0.99 | 0.24 |
| HSL | 38.86º | 0.98% | 0.39% | - |
| HSV(B) | 38.86º | 0.99% | 0.76% | - |
| XYZ | 30.11 | 26.79 | 3.64 | - |
| YUV | 133.08 | 54.03 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 127 | 2 | 0 | 0.35 | 0.99 | 0.24 | 38.86 | 0.98 | 0.39 |
| Hex | C3 | 7F | 2 | 0 | 23 | 63 | 18 | 27 | 62 | 27 |
| Octal | 303 | 177 | 2 | 0 | 43 | 143 | 30 | 47 | 142 | 47 |
| Binary | 11000011 | 1111111 | 10 | 0 | 100011 | 1100011 | 11000 | 100111 | 1100010 | 100111 |
Color Harmonies of #C37F02
Complementary color
Monochromatic Colors of #C37F02
Black with #C37F02
Text Example
Text Example
White with #C37F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C37F02; }
p { color: rgb(195,127,2); }
H1.HeaderClassName
{
color: #C37F02;
}
.AnyTagClassName
{
color: #C37F02;
}
</style>
background-color css
<style>
a { background-color: #C37F02; }
a { background-color: rgb(195,127,2); }
div.DivClassName
{
background-color: #C37F02;
}
.BgClassName
{
background-color: #C37F02;
}
</style>
border-color css
<style>
span { border-color: #C37F02; }
span { border-color: rgb(195,127,2); }
td.TdClassName
{
border-color: #C37F02;
}
.TagClassName
{
border-color: #C37F02;
}
</style>