Shades of Dark Goldenrod #CF8800
Tints of Dark Goldenrod #CF8800
RGB
CMYK
RGB Variations
Color information
#CF8800 (or 0xCF8800) is known color: Dark Goldenrod. HEX triplet: CF, 88 and 00. RGB value is (207,136,0). Sum of RGB (Red+Green+Blue) = 207+136+0=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 136 (53.52% from 255 or 39.65% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8800 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8800 is #3077FF. Grayscale: #8E8E8E. Windows color (decimal): -3176448 or 35023. OLE color: 35023.
HSL color Cylindrical-coordinate representation of color #CF8800: hue angle of 39.42º 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 #CF8800 is Cyan = 0, Magento = 0.34, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 0 | - |
| CMYK | 0 | 0.34 | 1 | 0.19 |
| HSL | 39.42º | 1% | 0.41% | - |
| HSV(B) | 39.42º | 1% | 0.81% | - |
| XYZ | 34.54 | 30.87 | 4.14 | - |
| YUV | 141.73 | 48.02 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 0 | 0 | 0.34 | 1 | 0.19 | 39.42 | 1 | 0.41 |
| Hex | CF | 88 | 0 | 0 | 22 | 64 | 13 | 27 | 64 | 29 |
| Octal | 317 | 210 | 0 | 0 | 42 | 144 | 23 | 47 | 144 | 51 |
| Binary | 11001111 | 10001000 | 0 | 0 | 100010 | 1100100 | 10011 | 100111 | 1100100 | 101001 |
Color Harmonies of #CF8800
Complementary color
Monochromatic Colors of #CF8800
Black with #CF8800
Text Example
Text Example
White with #CF8800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8800; }
p { color: rgb(207,136,0); }
H1.HeaderClassName
{
color: #CF8800;
}
.AnyTagClassName
{
color: #CF8800;
}
</style>
background-color css
<style>
a { background-color: #CF8800; }
a { background-color: rgb(207,136,0); }
div.DivClassName
{
background-color: #CF8800;
}
.BgClassName
{
background-color: #CF8800;
}
</style>
border-color css
<style>
span { border-color: #CF8800; }
span { border-color: rgb(207,136,0); }
td.TdClassName
{
border-color: #CF8800;
}
.TagClassName
{
border-color: #CF8800;
}
</style>