Shades of Dark Goldenrod #C09A01
Tints of Dark Goldenrod #C09A01
RGB
CMYK
RGB Variations
Color information
#C09A01 (or 0xC09A01) is known color: Dark Goldenrod. HEX triplet: C0, 9A and 01. RGB value is (192,154,1). Sum of RGB (Red+Green+Blue) = 192+154+1=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 154 (60.55% from 255 or 44.38% from 347); Blue value is 1 (0.78% from 255 or 0.29% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C09A01 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C09A01 is #3F65FE. Grayscale: #949494. Windows color (decimal): -4154879 or 105152. OLE color: 105152.
HSL color Cylindrical-coordinate representation of color #C09A01: hue angle of 48.06º degrees, saturation: 0.99, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C09A01 is Cyan = 0, Magento = 0.20, Yellow = 0.99 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 154 | 1 | - |
| CMYK | 0 | 0.20 | 0.99 | 0.25 |
| HSL | 48.06º | 0.99% | 0.38% | - |
| HSV(B) | 48.06º | 0.99% | 0.75% | - |
| XYZ | 33.3 | 34.32 | 4.9 | - |
| YUV | 147.92 | 45.09 | 159.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 154 | 1 | 0 | 0.20 | 0.99 | 0.25 | 48.06 | 0.99 | 0.38 |
| Hex | C0 | 9A | 1 | 0 | 14 | 63 | 19 | 30 | 63 | 26 |
| Octal | 300 | 232 | 1 | 0 | 24 | 143 | 31 | 60 | 143 | 46 |
| Binary | 11000000 | 10011010 | 1 | 0 | 10100 | 1100011 | 11001 | 110000 | 1100011 | 100110 |
Color Harmonies of #C09A01
Complementary color
Monochromatic Colors of #C09A01
Black with #C09A01
Text Example
Text Example
White with #C09A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09A01; }
p { color: rgb(192,154,1); }
H1.HeaderClassName
{
color: #C09A01;
}
.AnyTagClassName
{
color: #C09A01;
}
</style>
background-color css
<style>
a { background-color: #C09A01; }
a { background-color: rgb(192,154,1); }
div.DivClassName
{
background-color: #C09A01;
}
.BgClassName
{
background-color: #C09A01;
}
</style>
border-color css
<style>
span { border-color: #C09A01; }
span { border-color: rgb(192,154,1); }
td.TdClassName
{
border-color: #C09A01;
}
.TagClassName
{
border-color: #C09A01;
}
</style>