Shades of Dark Goldenrod #C47A02
Tints of Dark Goldenrod #C47A02
RGB
CMYK
RGB Variations
Color information
#C47A02 (or 0xC47A02) is known color: Dark Goldenrod. HEX triplet: C4, 7A and 02. RGB value is (196,122,2). Sum of RGB (Red+Green+Blue) = 196+122+2=320 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.25% from 320); Green value is 122 (48.05% from 255 or 38.12% from 320); Blue value is 2 (1.17% from 255 or 0.62% from 320); Max value from RGB is 196 - color contains mainly: red. Hex color #C47A02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47A02 is #3B85FD. Grayscale: #828282. Windows color (decimal): -3900926 or 162500. OLE color: 162500.
HSL color Cylindrical-coordinate representation of color #C47A02: hue angle of 37.11º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C47A02 is Cyan = 0, Magento = 0.38, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 122 | 2 | - |
| CMYK | 0 | 0.38 | 0.99 | 0.23 |
| HSL | 37.11º | 0.98% | 0.39% | - |
| HSV(B) | 37.11º | 0.99% | 0.77% | - |
| XYZ | 29.74 | 25.66 | 3.44 | - |
| YUV | 130.45 | 55.52 | 174.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 122 | 2 | 0 | 0.38 | 0.99 | 0.23 | 37.11 | 0.98 | 0.39 |
| Hex | C4 | 7A | 2 | 0 | 26 | 63 | 17 | 25 | 62 | 27 |
| Octal | 304 | 172 | 2 | 0 | 46 | 143 | 27 | 45 | 142 | 47 |
| Binary | 11000100 | 1111010 | 10 | 0 | 100110 | 1100011 | 10111 | 100101 | 1100010 | 100111 |
Color Harmonies of #C47A02
Complementary color
Monochromatic Colors of #C47A02
Black with #C47A02
Text Example
Text Example
White with #C47A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47A02; }
p { color: rgb(196,122,2); }
H1.HeaderClassName
{
color: #C47A02;
}
.AnyTagClassName
{
color: #C47A02;
}
</style>
background-color css
<style>
a { background-color: #C47A02; }
a { background-color: rgb(196,122,2); }
div.DivClassName
{
background-color: #C47A02;
}
.BgClassName
{
background-color: #C47A02;
}
</style>
border-color css
<style>
span { border-color: #C47A02; }
span { border-color: rgb(196,122,2); }
td.TdClassName
{
border-color: #C47A02;
}
.TagClassName
{
border-color: #C47A02;
}
</style>