Shades of Dark Goldenrod #CF8B03
Tints of Dark Goldenrod #CF8B03
RGB
CMYK
RGB Variations
Color information
#CF8B03 (or 0xCF8B03) is known color: Dark Goldenrod. HEX triplet: CF, 8B and 03. RGB value is (207,139,3). Sum of RGB (Red+Green+Blue) = 207+139+3=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 139 (54.69% from 255 or 39.83% from 349); Blue value is 3 (1.56% from 255 or 0.86% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8B03 is #3074FC. Grayscale: #909090. Windows color (decimal): -3175677 or 232399. OLE color: 232399.
HSL color Cylindrical-coordinate representation of color #CF8B03: hue angle of 40º 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 #CF8B03 is Cyan = 0, Magento = 0.33, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 3 | - |
| CMYK | 0 | 0.33 | 0.99 | 0.19 |
| HSL | 40º | 0.97% | 0.41% | - |
| HSV(B) | 40º | 0.99% | 0.81% | - |
| XYZ | 34.98 | 31.74 | 4.37 | - |
| YUV | 143.83 | 48.53 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 3 | 0 | 0.33 | 0.99 | 0.19 | 40 | 0.97 | 0.41 |
| Hex | CF | 8B | 3 | 0 | 21 | 63 | 13 | 28 | 61 | 29 |
| Octal | 317 | 213 | 3 | 0 | 41 | 143 | 23 | 50 | 141 | 51 |
| Binary | 11001111 | 10001011 | 11 | 0 | 100001 | 1100011 | 10011 | 101000 | 1100001 | 101001 |
Color Harmonies of #CF8B03
Complementary color
Monochromatic Colors of #CF8B03
Black with #CF8B03
Text Example
Text Example
White with #CF8B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B03; }
p { color: rgb(207,139,3); }
H1.HeaderClassName
{
color: #CF8B03;
}
.AnyTagClassName
{
color: #CF8B03;
}
</style>
background-color css
<style>
a { background-color: #CF8B03; }
a { background-color: rgb(207,139,3); }
div.DivClassName
{
background-color: #CF8B03;
}
.BgClassName
{
background-color: #CF8B03;
}
</style>
border-color css
<style>
span { border-color: #CF8B03; }
span { border-color: rgb(207,139,3); }
td.TdClassName
{
border-color: #CF8B03;
}
.TagClassName
{
border-color: #CF8B03;
}
</style>