Shades of Dark Goldenrod #C49B01
Tints of Dark Goldenrod #C49B01
RGB
CMYK
RGB Variations
Color information
#C49B01 (or 0xC49B01) is known color: Dark Goldenrod. HEX triplet: C4, 9B and 01. RGB value is (196,155,1). Sum of RGB (Red+Green+Blue) = 196+155+1=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 155 (60.94% from 255 or 44.03% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C49B01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C49B01 is #3B64FE. Grayscale: #969696. Windows color (decimal): -3892479 or 105412. OLE color: 105412.
HSL color Cylindrical-coordinate representation of color #C49B01: hue angle of 47.38º degrees, saturation: 0.99, 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 #C49B01 is Cyan = 0, Magento = 0.21, Yellow = 0.99 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 155 | 1 | - |
| CMYK | 0 | 0.21 | 0.99 | 0.23 |
| HSL | 47.38º | 0.99% | 0.39% | - |
| HSV(B) | 47.38º | 0.99% | 0.77% | - |
| XYZ | 34.49 | 35.18 | 5 | - |
| YUV | 149.7 | 44.08 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 155 | 1 | 0 | 0.21 | 0.99 | 0.23 | 47.38 | 0.99 | 0.39 |
| Hex | C4 | 9B | 1 | 0 | 15 | 63 | 17 | 2F | 63 | 27 |
| Octal | 304 | 233 | 1 | 0 | 25 | 143 | 27 | 57 | 143 | 47 |
| Binary | 11000100 | 10011011 | 1 | 0 | 10101 | 1100011 | 10111 | 101111 | 1100011 | 100111 |
Color Harmonies of #C49B01
Complementary color
Monochromatic Colors of #C49B01
Black with #C49B01
Text Example
Text Example
White with #C49B01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C49B01; }
p { color: rgb(196,155,1); }
H1.HeaderClassName
{
color: #C49B01;
}
.AnyTagClassName
{
color: #C49B01;
}
</style>
background-color css
<style>
a { background-color: #C49B01; }
a { background-color: rgb(196,155,1); }
div.DivClassName
{
background-color: #C49B01;
}
.BgClassName
{
background-color: #C49B01;
}
</style>
border-color css
<style>
span { border-color: #C49B01; }
span { border-color: rgb(196,155,1); }
td.TdClassName
{
border-color: #C49B01;
}
.TagClassName
{
border-color: #C49B01;
}
</style>