Shades of Dark Goldenrod #CF8D03
Tints of Dark Goldenrod #CF8D03
RGB
CMYK
RGB Variations
Color information
#CF8D03 (or 0xCF8D03) is known color: Dark Goldenrod. HEX triplet: CF, 8D and 03. RGB value is (207,141,3). Sum of RGB (Red+Green+Blue) = 207+141+3=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 141 (55.47% from 255 or 40.17% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8D03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8D03 is #3072FC. Grayscale: #919191. Windows color (decimal): -3175165 or 232911. OLE color: 232911.
HSL color Cylindrical-coordinate representation of color #CF8D03: hue angle of 40.59º 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 #CF8D03 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 141 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0.19 |
| HSL | 40.59º | 0.97% | 0.41% | - |
| HSV(B) | 40.59º | 0.99% | 0.81% | - |
| XYZ | 35.27 | 32.32 | 4.47 | - |
| YUV | 145 | 47.87 | 172.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 141 | 3 | 0 | 0.32 | 0.99 | 0.19 | 40.59 | 0.97 | 0.41 |
| Hex | CF | 8D | 3 | 0 | 20 | 63 | 13 | 29 | 61 | 29 |
| Octal | 317 | 215 | 3 | 0 | 40 | 143 | 23 | 51 | 141 | 51 |
| Binary | 11001111 | 10001101 | 11 | 0 | 100000 | 1100011 | 10011 | 101001 | 1100001 | 101001 |
Color Harmonies of #CF8D03
Complementary color
Monochromatic Colors of #CF8D03
Black with #CF8D03
Text Example
Text Example
White with #CF8D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8D03; }
p { color: rgb(207,141,3); }
H1.HeaderClassName
{
color: #CF8D03;
}
.AnyTagClassName
{
color: #CF8D03;
}
</style>
background-color css
<style>
a { background-color: #CF8D03; }
a { background-color: rgb(207,141,3); }
div.DivClassName
{
background-color: #CF8D03;
}
.BgClassName
{
background-color: #CF8D03;
}
</style>
border-color css
<style>
span { border-color: #CF8D03; }
span { border-color: rgb(207,141,3); }
td.TdClassName
{
border-color: #CF8D03;
}
.TagClassName
{
border-color: #CF8D03;
}
</style>