Shades of Dark Goldenrod #CE9002
Tints of Dark Goldenrod #CE9002
RGB
CMYK
RGB Variations
Color information
#CE9002 (or 0xCE9002) is known color: Dark Goldenrod. HEX triplet: CE, 90 and 02. RGB value is (206,144,2). Sum of RGB (Red+Green+Blue) = 206+144+2=352 (46% of max value = 765). Red value is 206 (80.86% from 255 or 58.52% from 352); Green value is 144 (56.64% from 255 or 40.91% from 352); Blue value is 2 (1.17% from 255 or 0.57% from 352); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9002 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CE9002 is #316FFD. Grayscale: #929292. Windows color (decimal): -3239934 or 168142. OLE color: 168142.
HSL color Cylindrical-coordinate representation of color #CE9002: hue angle of 41.76º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CE9002 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 144 | 2 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.19 |
| HSL | 41.76º | 0.98% | 0.41% | - |
| HSV(B) | 41.76º | 0.99% | 0.81% | - |
| XYZ | 35.44 | 33.07 | 4.57 | - |
| YUV | 146.35 | 46.54 | 170.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 144 | 2 | 0 | 0.30 | 0.99 | 0.19 | 41.76 | 0.98 | 0.41 |
| Hex | CE | 90 | 2 | 0 | 1E | 63 | 13 | 2A | 62 | 29 |
| Octal | 316 | 220 | 2 | 0 | 36 | 143 | 23 | 52 | 142 | 51 |
| Binary | 11001110 | 10010000 | 10 | 0 | 11110 | 1100011 | 10011 | 101010 | 1100010 | 101001 |
Color Harmonies of #CE9002
Complementary color
Monochromatic Colors of #CE9002
Black with #CE9002
Text Example
Text Example
White with #CE9002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE9002; }
p { color: rgb(206,144,2); }
H1.HeaderClassName
{
color: #CE9002;
}
.AnyTagClassName
{
color: #CE9002;
}
</style>
background-color css
<style>
a { background-color: #CE9002; }
a { background-color: rgb(206,144,2); }
div.DivClassName
{
background-color: #CE9002;
}
.BgClassName
{
background-color: #CE9002;
}
</style>
border-color css
<style>
span { border-color: #CE9002; }
span { border-color: rgb(206,144,2); }
td.TdClassName
{
border-color: #CE9002;
}
.TagClassName
{
border-color: #CE9002;
}
</style>