Shades of Dark Goldenrod #CF7F00
Tints of Dark Goldenrod #CF7F00
RGB
CMYK
RGB Variations
Color information
#CF7F00 (or 0xCF7F00) is known color: Dark Goldenrod. HEX triplet: CF, 7F and 00. RGB value is (207,127,0). Sum of RGB (Red+Green+Blue) = 207+127+0=334 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.98% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 0 (0.39% from 255 or 0% from 334); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7F00 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7F00 is #3080FF. Grayscale: #898989. Windows color (decimal): -3178752 or 32719. OLE color: 32719.
HSL color Cylindrical-coordinate representation of color #CF7F00: hue angle of 36.81º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CF7F00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 127 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.19 |
| HSL | 36.81º | 1% | 0.41% | - |
| HSV(B) | 36.81º | 1% | 0.81% | - |
| XYZ | 33.32 | 28.44 | 3.73 | - |
| YUV | 136.44 | 51 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 127 | 0 | 0 | 0.39 | 1 | 0.19 | 36.81 | 1 | 0.41 |
| Hex | CF | 7F | 0 | 0 | 27 | 64 | 13 | 25 | 64 | 29 |
| Octal | 317 | 177 | 0 | 0 | 47 | 144 | 23 | 45 | 144 | 51 |
| Binary | 11001111 | 1111111 | 0 | 0 | 100111 | 1100100 | 10011 | 100101 | 1100100 | 101001 |
Color Harmonies of #CF7F00
Complementary color
Monochromatic Colors of #CF7F00
Black with #CF7F00
Text Example
Text Example
White with #CF7F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7F00; }
p { color: rgb(207,127,0); }
H1.HeaderClassName
{
color: #CF7F00;
}
.AnyTagClassName
{
color: #CF7F00;
}
</style>
background-color css
<style>
a { background-color: #CF7F00; }
a { background-color: rgb(207,127,0); }
div.DivClassName
{
background-color: #CF7F00;
}
.BgClassName
{
background-color: #CF7F00;
}
</style>
border-color css
<style>
span { border-color: #CF7F00; }
span { border-color: rgb(207,127,0); }
td.TdClassName
{
border-color: #CF7F00;
}
.TagClassName
{
border-color: #CF7F00;
}
</style>