Shades of Dark Goldenrod #CF7D03
Tints of Dark Goldenrod #CF7D03
RGB
CMYK
RGB Variations
Color information
#CF7D03 (or 0xCF7D03) is known color: Dark Goldenrod. HEX triplet: CF, 7D and 03. RGB value is (207,125,3). Sum of RGB (Red+Green+Blue) = 207+125+3=335 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.79% from 335); Green value is 125 (49.22% from 255 or 37.31% from 335); Blue value is 3 (1.56% from 255 or 0.90% from 335); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D03 is #3082FC. Grayscale: #888888. Windows color (decimal): -3179261 or 228815. OLE color: 228815.
HSL color Cylindrical-coordinate representation of color #CF7D03: hue angle of 35.88º 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 #CF7D03 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 3 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.19 |
| HSL | 35.88º | 0.97% | 0.41% | - |
| HSV(B) | 35.88º | 0.99% | 0.81% | - |
| XYZ | 33.08 | 27.94 | 3.74 | - |
| YUV | 135.61 | 53.17 | 178.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 3 | 0 | 0.40 | 0.99 | 0.19 | 35.88 | 0.97 | 0.41 |
| Hex | CF | 7D | 3 | 0 | 28 | 63 | 13 | 24 | 61 | 29 |
| Octal | 317 | 175 | 3 | 0 | 50 | 143 | 23 | 44 | 141 | 51 |
| Binary | 11001111 | 1111101 | 11 | 0 | 101000 | 1100011 | 10011 | 100100 | 1100001 | 101001 |
Color Harmonies of #CF7D03
Complementary color
Monochromatic Colors of #CF7D03
Black with #CF7D03
Text Example
Text Example
White with #CF7D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D03; }
p { color: rgb(207,125,3); }
H1.HeaderClassName
{
color: #CF7D03;
}
.AnyTagClassName
{
color: #CF7D03;
}
</style>
background-color css
<style>
a { background-color: #CF7D03; }
a { background-color: rgb(207,125,3); }
div.DivClassName
{
background-color: #CF7D03;
}
.BgClassName
{
background-color: #CF7D03;
}
</style>
border-color css
<style>
span { border-color: #CF7D03; }
span { border-color: rgb(207,125,3); }
td.TdClassName
{
border-color: #CF7D03;
}
.TagClassName
{
border-color: #CF7D03;
}
</style>