Shades of Dark Goldenrod #CF880A
Tints of Dark Goldenrod #CF880A
RGB
CMYK
RGB Variations
Color information
#CF880A (or 0xCF880A) is known color: Dark Goldenrod. HEX triplet: CF, 88 and 0A. RGB value is (207,136,10). Sum of RGB (Red+Green+Blue) = 207+136+10=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 10 (4.30% from 255 or 2.83% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF880A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF880A is #3077F5. Grayscale: #8F8F8F. Windows color (decimal): -3176438 or 690383. OLE color: 690383.
HSL color Cylindrical-coordinate representation of color #CF880A: hue angle of 38.38º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF880A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.19 |
| HSL | 38.38º | 0.91% | 0.43% | - |
| HSV(B) | 38.38º | 0.95% | 0.81% | - |
| XYZ | 34.59 | 30.9 | 4.43 | - |
| YUV | 142.87 | 53.02 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 10 | 0 | 0.34 | 0.95 | 0.19 | 38.38 | 0.91 | 0.43 |
| Hex | CF | 88 | A | 0 | 22 | 5F | 13 | 26 | 5B | 2B |
| Octal | 317 | 210 | 12 | 0 | 42 | 137 | 23 | 46 | 133 | 53 |
| Binary | 11001111 | 10001000 | 1010 | 0 | 100010 | 1011111 | 10011 | 100110 | 1011011 | 101011 |
Color Harmonies of #CF880A
Complementary color
Monochromatic Colors of #CF880A
Black with #CF880A
Text Example
Text Example
White with #CF880A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF880A; }
p { color: rgb(207,136,10); }
H1.HeaderClassName
{
color: #CF880A;
}
.AnyTagClassName
{
color: #CF880A;
}
</style>
background-color css
<style>
a { background-color: #CF880A; }
a { background-color: rgb(207,136,10); }
div.DivClassName
{
background-color: #CF880A;
}
.BgClassName
{
background-color: #CF880A;
}
</style>
border-color css
<style>
span { border-color: #CF880A; }
span { border-color: rgb(207,136,10); }
td.TdClassName
{
border-color: #CF880A;
}
.TagClassName
{
border-color: #CF880A;
}
</style>