Shades of Dark Goldenrod #CF890A
Tints of Dark Goldenrod #CF890A
RGB
CMYK
RGB Variations
Color information
#CF890A (or 0xCF890A) is known color: Dark Goldenrod. HEX triplet: CF, 89 and 0A. RGB value is (207,137,10). Sum of RGB (Red+Green+Blue) = 207+137+10=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 137 (53.91% from 255 or 38.70% from 354); Blue value is 10 (4.30% from 255 or 2.82% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF890A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF890A is #3076F5. Grayscale: #909090. Windows color (decimal): -3176182 or 690639. OLE color: 690639.
HSL color Cylindrical-coordinate representation of color #CF890A: hue angle of 38.68º 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 #CF890A is Cyan = 0, Magento = 0.34, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 137 | 10 | - |
| CMYK | 0 | 0.34 | 0.95 | 0.19 |
| HSL | 38.68º | 0.91% | 0.43% | - |
| HSV(B) | 38.68º | 0.95% | 0.81% | - |
| XYZ | 34.73 | 31.18 | 4.47 | - |
| YUV | 143.45 | 52.69 | 173.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 137 | 10 | 0 | 0.34 | 0.95 | 0.19 | 38.68 | 0.91 | 0.43 |
| Hex | CF | 89 | A | 0 | 22 | 5F | 13 | 27 | 5B | 2B |
| Octal | 317 | 211 | 12 | 0 | 42 | 137 | 23 | 47 | 133 | 53 |
| Binary | 11001111 | 10001001 | 1010 | 0 | 100010 | 1011111 | 10011 | 100111 | 1011011 | 101011 |
Color Harmonies of #CF890A
Complementary color
Monochromatic Colors of #CF890A
Black with #CF890A
Text Example
Text Example
White with #CF890A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF890A; }
p { color: rgb(207,137,10); }
H1.HeaderClassName
{
color: #CF890A;
}
.AnyTagClassName
{
color: #CF890A;
}
</style>
background-color css
<style>
a { background-color: #CF890A; }
a { background-color: rgb(207,137,10); }
div.DivClassName
{
background-color: #CF890A;
}
.BgClassName
{
background-color: #CF890A;
}
</style>
border-color css
<style>
span { border-color: #CF890A; }
span { border-color: rgb(207,137,10); }
td.TdClassName
{
border-color: #CF890A;
}
.TagClassName
{
border-color: #CF890A;
}
</style>