Shades of Dark Goldenrod #CF9003
Tints of Dark Goldenrod #CF9003
RGB
CMYK
RGB Variations
Color information
#CF9003 (or 0xCF9003) is known color: Dark Goldenrod. HEX triplet: CF, 90 and 03. RGB value is (207,144,3). Sum of RGB (Red+Green+Blue) = 207+144+3=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 144 (56.64% from 255 or 40.68% from 354); Blue value is 3 (1.56% from 255 or 0.85% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9003 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF9003 is #306FFC. Grayscale: #939393. Windows color (decimal): -3174397 or 233679. OLE color: 233679.
HSL color Cylindrical-coordinate representation of color #CF9003: hue angle of 41.47º degrees, saturation: 0.97, 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 #CF9003 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 144 | 3 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.19 |
| HSL | 41.47º | 0.97% | 0.41% | - |
| HSV(B) | 41.47º | 0.99% | 0.81% | - |
| XYZ | 35.72 | 33.22 | 4.62 | - |
| YUV | 146.76 | 46.87 | 170.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 144 | 3 | 0 | 0.30 | 0.99 | 0.19 | 41.47 | 0.97 | 0.41 |
| Hex | CF | 90 | 3 | 0 | 1E | 63 | 13 | 29 | 61 | 29 |
| Octal | 317 | 220 | 3 | 0 | 36 | 143 | 23 | 51 | 141 | 51 |
| Binary | 11001111 | 10010000 | 11 | 0 | 11110 | 1100011 | 10011 | 101001 | 1100001 | 101001 |
Color Harmonies of #CF9003
Complementary color
Monochromatic Colors of #CF9003
Black with #CF9003
Text Example
Text Example
White with #CF9003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF9003; }
p { color: rgb(207,144,3); }
H1.HeaderClassName
{
color: #CF9003;
}
.AnyTagClassName
{
color: #CF9003;
}
</style>
background-color css
<style>
a { background-color: #CF9003; }
a { background-color: rgb(207,144,3); }
div.DivClassName
{
background-color: #CF9003;
}
.BgClassName
{
background-color: #CF9003;
}
</style>
border-color css
<style>
span { border-color: #CF9003; }
span { border-color: rgb(207,144,3); }
td.TdClassName
{
border-color: #CF9003;
}
.TagClassName
{
border-color: #CF9003;
}
</style>