Shades of Dark Goldenrod #C89409
Tints of Dark Goldenrod #C89409
RGB
CMYK
RGB Variations
Color information
#C89409 (or 0xC89409) is known color: Dark Goldenrod. HEX triplet: C8, 94 and 09. RGB value is (200,148,9). Sum of RGB (Red+Green+Blue) = 200+148+9=357 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.02% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 9 (3.91% from 255 or 2.52% from 357); Max value from RGB is 200 - color contains mainly: red. Hex color #C89409 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89409 is #376BF6. Grayscale: #949494. Windows color (decimal): -3632119 or 627912. OLE color: 627912.
HSL color Cylindrical-coordinate representation of color #C89409: hue angle of 43.66º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C89409 is Cyan = 0, Magento = 0.26, Yellow = 0.96 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 148 | 9 | - |
| CMYK | 0 | 0.26 | 0.96 | 0.22 |
| HSL | 43.66º | 0.91% | 0.41% | - |
| HSV(B) | 43.66º | 0.96% | 0.78% | - |
| XYZ | 34.46 | 33.48 | 4.9 | - |
| YUV | 147.7 | 49.73 | 165.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 148 | 9 | 0 | 0.26 | 0.96 | 0.22 | 43.66 | 0.91 | 0.41 |
| Hex | C8 | 94 | 9 | 0 | 1A | 60 | 16 | 2C | 5B | 29 |
| Octal | 310 | 224 | 11 | 0 | 32 | 140 | 26 | 54 | 133 | 51 |
| Binary | 11001000 | 10010100 | 1001 | 0 | 11010 | 1100000 | 10110 | 101100 | 1011011 | 101001 |
Color Harmonies of #C89409
Complementary color
Monochromatic Colors of #C89409
Black with #C89409
Text Example
Text Example
White with #C89409
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89409; }
p { color: rgb(200,148,9); }
H1.HeaderClassName
{
color: #C89409;
}
.AnyTagClassName
{
color: #C89409;
}
</style>
background-color css
<style>
a { background-color: #C89409; }
a { background-color: rgb(200,148,9); }
div.DivClassName
{
background-color: #C89409;
}
.BgClassName
{
background-color: #C89409;
}
</style>
border-color css
<style>
span { border-color: #C89409; }
span { border-color: rgb(200,148,9); }
td.TdClassName
{
border-color: #C89409;
}
.TagClassName
{
border-color: #C89409;
}
</style>