Shades of Dark Goldenrod #C88A02
Tints of Dark Goldenrod #C88A02
RGB
CMYK
RGB Variations
Color information
#C88A02 (or 0xC88A02) is known color: Dark Goldenrod. HEX triplet: C8, 8A and 02. RGB value is (200,138,2). Sum of RGB (Red+Green+Blue) = 200+138+2=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 138 (54.30% from 255 or 40.59% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C88A02 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C88A02 is #3775FD. Grayscale: #8D8D8D. Windows color (decimal): -3634686 or 166600. OLE color: 166600.
HSL color Cylindrical-coordinate representation of color #C88A02: hue angle of 41.21º 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 #C88A02 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 138 | 2 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.22 |
| HSL | 41.21º | 0.98% | 0.4% | - |
| HSV(B) | 41.21º | 0.99% | 0.78% | - |
| XYZ | 32.92 | 30.46 | 4.2 | - |
| YUV | 141.03 | 49.54 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 138 | 2 | 0 | 0.31 | 0.99 | 0.22 | 41.21 | 0.98 | 0.4 |
| Hex | C8 | 8A | 2 | 0 | 1F | 63 | 16 | 29 | 62 | 28 |
| Octal | 310 | 212 | 2 | 0 | 37 | 143 | 26 | 51 | 142 | 50 |
| Binary | 11001000 | 10001010 | 10 | 0 | 11111 | 1100011 | 10110 | 101001 | 1100010 | 101000 |
Color Harmonies of #C88A02
Complementary color
Monochromatic Colors of #C88A02
Black with #C88A02
Text Example
Text Example
White with #C88A02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88A02; }
p { color: rgb(200,138,2); }
H1.HeaderClassName
{
color: #C88A02;
}
.AnyTagClassName
{
color: #C88A02;
}
</style>
background-color css
<style>
a { background-color: #C88A02; }
a { background-color: rgb(200,138,2); }
div.DivClassName
{
background-color: #C88A02;
}
.BgClassName
{
background-color: #C88A02;
}
</style>
border-color css
<style>
span { border-color: #C88A02; }
span { border-color: rgb(200,138,2); }
td.TdClassName
{
border-color: #C88A02;
}
.TagClassName
{
border-color: #C88A02;
}
</style>