Shades of Dark Goldenrod #CF7E03
Tints of Dark Goldenrod #CF7E03
RGB
CMYK
RGB Variations
Color information
#CF7E03 (or 0xCF7E03) is known color: Dark Goldenrod. HEX triplet: CF, 7E and 03. RGB value is (207,126,3). Sum of RGB (Red+Green+Blue) = 207+126+3=336 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.61% from 336); Green value is 126 (49.61% from 255 or 37.5% from 336); Blue value is 3 (1.56% from 255 or 0.89% from 336); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E03 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7E03 is #3081FC. Grayscale: #888888. Windows color (decimal): -3179005 or 229071. OLE color: 229071.
HSL color Cylindrical-coordinate representation of color #CF7E03: hue angle of 36.18º 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 #CF7E03 is Cyan = 0, Magento = 0.39, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 3 | - |
| CMYK | 0 | 0.39 | 0.99 | 0.19 |
| HSL | 36.18º | 0.97% | 0.41% | - |
| HSV(B) | 36.18º | 0.99% | 0.81% | - |
| XYZ | 33.21 | 28.19 | 3.78 | - |
| YUV | 136.2 | 52.84 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 3 | 0 | 0.39 | 0.99 | 0.19 | 36.18 | 0.97 | 0.41 |
| Hex | CF | 7E | 3 | 0 | 27 | 63 | 13 | 24 | 61 | 29 |
| Octal | 317 | 176 | 3 | 0 | 47 | 143 | 23 | 44 | 141 | 51 |
| Binary | 11001111 | 1111110 | 11 | 0 | 100111 | 1100011 | 10011 | 100100 | 1100001 | 101001 |
Color Harmonies of #CF7E03
Complementary color
Monochromatic Colors of #CF7E03
Black with #CF7E03
Text Example
Text Example
White with #CF7E03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E03; }
p { color: rgb(207,126,3); }
H1.HeaderClassName
{
color: #CF7E03;
}
.AnyTagClassName
{
color: #CF7E03;
}
</style>
background-color css
<style>
a { background-color: #CF7E03; }
a { background-color: rgb(207,126,3); }
div.DivClassName
{
background-color: #CF7E03;
}
.BgClassName
{
background-color: #CF7E03;
}
</style>
border-color css
<style>
span { border-color: #CF7E03; }
span { border-color: rgb(207,126,3); }
td.TdClassName
{
border-color: #CF7E03;
}
.TagClassName
{
border-color: #CF7E03;
}
</style>