Shades of Dark Goldenrod #CF8C13
Tints of Dark Goldenrod #CF8C13
RGB
CMYK
RGB Variations
Color information
#CF8C13 (or 0xCF8C13) is known color: Dark Goldenrod. HEX triplet: CF, 8C and 13. RGB value is (207,140,19). Sum of RGB (Red+Green+Blue) = 207+140+19=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 140 (55.08% from 255 or 38.25% from 366); Blue value is 19 (7.81% from 255 or 5.19% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8C13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8C13 is #3073EC. Grayscale: #929292. Windows color (decimal): -3175405 or 1281231. OLE color: 1281231.
HSL color Cylindrical-coordinate representation of color #CF8C13: hue angle of 38.62º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF8C13 is Cyan = 0, Magento = 0.32, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 19 | - |
| CMYK | 0 | 0.32 | 0.91 | 0.19 |
| HSL | 38.62º | 0.83% | 0.44% | - |
| HSV(B) | 38.62º | 0.91% | 0.81% | - |
| XYZ | 35.23 | 32.07 | 4.95 | - |
| YUV | 146.24 | 56.2 | 171.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 19 | 0 | 0.32 | 0.91 | 0.19 | 38.62 | 0.83 | 0.44 |
| Hex | CF | 8C | 13 | 0 | 20 | 5B | 13 | 27 | 53 | 2C |
| Octal | 317 | 214 | 23 | 0 | 40 | 133 | 23 | 47 | 123 | 54 |
| Binary | 11001111 | 10001100 | 10011 | 0 | 100000 | 1011011 | 10011 | 100111 | 1010011 | 101100 |
Color Harmonies of #CF8C13
Complementary color
Monochromatic Colors of #CF8C13
Black with #CF8C13
Text Example
Text Example
White with #CF8C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8C13; }
p { color: rgb(207,140,19); }
H1.HeaderClassName
{
color: #CF8C13;
}
.AnyTagClassName
{
color: #CF8C13;
}
</style>
background-color css
<style>
a { background-color: #CF8C13; }
a { background-color: rgb(207,140,19); }
div.DivClassName
{
background-color: #CF8C13;
}
.BgClassName
{
background-color: #CF8C13;
}
</style>
border-color css
<style>
span { border-color: #CF8C13; }
span { border-color: rgb(207,140,19); }
td.TdClassName
{
border-color: #CF8C13;
}
.TagClassName
{
border-color: #CF8C13;
}
</style>