Shades of Dark Goldenrod #C89A02
Tints of Dark Goldenrod #C89A02
RGB
CMYK
RGB Variations
Color information
#C89A02 (or 0xC89A02) is known color: Dark Goldenrod. HEX triplet: C8, 9A and 02. RGB value is (200,154,2). Sum of RGB (Red+Green+Blue) = 200+154+2=356 (47% of max value = 765). Red value is 200 (78.52% from 255 or 56.18% from 356); Green value is 154 (60.55% from 255 or 43.26% from 356); Blue value is 2 (1.17% from 255 or 0.56% from 356); Max value from RGB is 200 - color contains mainly: red. Hex color #C89A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C89A02 is #3765FD. Grayscale: #979797. Windows color (decimal): -3630590 or 170696. OLE color: 170696.
HSL color Cylindrical-coordinate representation of color #C89A02: hue angle of 46.06º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C89A02 is Cyan = 0, Magento = 0.23, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 154 | 2 | - |
| CMYK | 0 | 0.23 | 0.99 | 0.22 |
| HSL | 46.06º | 0.98% | 0.4% | - |
| HSV(B) | 46.06º | 0.99% | 0.78% | - |
| XYZ | 35.39 | 35.39 | 5.02 | - |
| YUV | 150.43 | 44.24 | 163.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 154 | 2 | 0 | 0.23 | 0.99 | 0.22 | 46.06 | 0.98 | 0.4 |
| Hex | C8 | 9A | 2 | 0 | 17 | 63 | 16 | 2E | 62 | 28 |
| Octal | 310 | 232 | 2 | 0 | 27 | 143 | 26 | 56 | 142 | 50 |
| Binary | 11001000 | 10011010 | 10 | 0 | 10111 | 1100011 | 10110 | 101110 | 1100010 | 101000 |
Color Harmonies of #C89A02
Complementary color
Monochromatic Colors of #C89A02
Black with #C89A02
Text Example
Text Example
White with #C89A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C89A02; }
p { color: rgb(200,154,2); }
H1.HeaderClassName
{
color: #C89A02;
}
.AnyTagClassName
{
color: #C89A02;
}
</style>
background-color css
<style>
a { background-color: #C89A02; }
a { background-color: rgb(200,154,2); }
div.DivClassName
{
background-color: #C89A02;
}
.BgClassName
{
background-color: #C89A02;
}
</style>
border-color css
<style>
span { border-color: #C89A02; }
span { border-color: rgb(200,154,2); }
td.TdClassName
{
border-color: #C89A02;
}
.TagClassName
{
border-color: #C89A02;
}
</style>