Shades of Dark Goldenrod #C47B02
Tints of Dark Goldenrod #C47B02
RGB
CMYK
RGB Variations
Color information
#C47B02 (or 0xC47B02) is known color: Dark Goldenrod. HEX triplet: C4, 7B and 02. RGB value is (196,123,2). Sum of RGB (Red+Green+Blue) = 196+123+2=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 123 (48.44% from 255 or 38.32% from 321); Blue value is 2 (1.17% from 255 or 0.62% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C47B02 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47B02 is #3B84FD. Grayscale: #838383. Windows color (decimal): -3900670 or 162756. OLE color: 162756.
HSL color Cylindrical-coordinate representation of color #C47B02: hue angle of 37.42º 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 #C47B02 is Cyan = 0, Magento = 0.37, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 2 | - |
| CMYK | 0 | 0.37 | 0.99 | 0.23 |
| HSL | 37.42º | 0.98% | 0.39% | - |
| HSV(B) | 37.42º | 0.99% | 0.77% | - |
| XYZ | 29.86 | 25.91 | 3.48 | - |
| YUV | 131.03 | 55.18 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 2 | 0 | 0.37 | 0.99 | 0.23 | 37.42 | 0.98 | 0.39 |
| Hex | C4 | 7B | 2 | 0 | 25 | 63 | 17 | 25 | 62 | 27 |
| Octal | 304 | 173 | 2 | 0 | 45 | 143 | 27 | 45 | 142 | 47 |
| Binary | 11000100 | 1111011 | 10 | 0 | 100101 | 1100011 | 10111 | 100101 | 1100010 | 100111 |
Color Harmonies of #C47B02
Complementary color
Monochromatic Colors of #C47B02
Black with #C47B02
Text Example
Text Example
White with #C47B02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47B02; }
p { color: rgb(196,123,2); }
H1.HeaderClassName
{
color: #C47B02;
}
.AnyTagClassName
{
color: #C47B02;
}
</style>
background-color css
<style>
a { background-color: #C47B02; }
a { background-color: rgb(196,123,2); }
div.DivClassName
{
background-color: #C47B02;
}
.BgClassName
{
background-color: #C47B02;
}
</style>
border-color css
<style>
span { border-color: #C47B02; }
span { border-color: rgb(196,123,2); }
td.TdClassName
{
border-color: #C47B02;
}
.TagClassName
{
border-color: #C47B02;
}
</style>