Shades of Dark Goldenrod #CF8404
Tints of Dark Goldenrod #CF8404
RGB
CMYK
RGB Variations
Color information
#CF8404 (or 0xCF8404) is known color: Dark Goldenrod. HEX triplet: CF, 84 and 04. RGB value is (207,132,4). Sum of RGB (Red+Green+Blue) = 207+132+4=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 4 (1.95% from 255 or 1.17% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8404 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8404 is #307BFB. Grayscale: #8C8C8C. Windows color (decimal): -3177468 or 296143. OLE color: 296143.
HSL color Cylindrical-coordinate representation of color #CF8404: hue angle of 37.83º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CF8404 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 132 | 4 | - |
| CMYK | 0 | 0.36 | 0.98 | 0.19 |
| HSL | 37.83º | 0.96% | 0.41% | - |
| HSV(B) | 37.83º | 0.98% | 0.81% | - |
| XYZ | 34.01 | 29.78 | 4.07 | - |
| YUV | 139.83 | 51.35 | 175.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 132 | 4 | 0 | 0.36 | 0.98 | 0.19 | 37.83 | 0.96 | 0.41 |
| Hex | CF | 84 | 4 | 0 | 24 | 62 | 13 | 26 | 60 | 29 |
| Octal | 317 | 204 | 4 | 0 | 44 | 142 | 23 | 46 | 140 | 51 |
| Binary | 11001111 | 10000100 | 100 | 0 | 100100 | 1100010 | 10011 | 100110 | 1100000 | 101001 |
Color Harmonies of #CF8404
Complementary color
Monochromatic Colors of #CF8404
Black with #CF8404
Text Example
Text Example
White with #CF8404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8404; }
p { color: rgb(207,132,4); }
H1.HeaderClassName
{
color: #CF8404;
}
.AnyTagClassName
{
color: #CF8404;
}
</style>
background-color css
<style>
a { background-color: #CF8404; }
a { background-color: rgb(207,132,4); }
div.DivClassName
{
background-color: #CF8404;
}
.BgClassName
{
background-color: #CF8404;
}
</style>
border-color css
<style>
span { border-color: #CF8404; }
span { border-color: rgb(207,132,4); }
td.TdClassName
{
border-color: #CF8404;
}
.TagClassName
{
border-color: #CF8404;
}
</style>