Shades of Dark Goldenrod #CF8B13
Tints of Dark Goldenrod #CF8B13
RGB
CMYK
RGB Variations
Color information
#CF8B13 (or 0xCF8B13) is known color: Dark Goldenrod. HEX triplet: CF, 8B and 13. RGB value is (207,139,19). Sum of RGB (Red+Green+Blue) = 207+139+19=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 139 (54.69% from 255 or 38.08% from 365); Blue value is 19 (7.81% from 255 or 5.21% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8B13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8B13 is #3074EC. Grayscale: #929292. Windows color (decimal): -3175661 or 1280975. OLE color: 1280975.
HSL color Cylindrical-coordinate representation of color #CF8B13: hue angle of 38.3º 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 #CF8B13 is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 19 | - |
| CMYK | 0 | 0.33 | 0.91 | 0.19 |
| HSL | 38.3º | 0.83% | 0.44% | - |
| HSV(B) | 38.3º | 0.91% | 0.81% | - |
| XYZ | 35.08 | 31.78 | 4.9 | - |
| YUV | 145.65 | 56.53 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 19 | 0 | 0.33 | 0.91 | 0.19 | 38.3 | 0.83 | 0.44 |
| Hex | CF | 8B | 13 | 0 | 21 | 5B | 13 | 26 | 53 | 2C |
| Octal | 317 | 213 | 23 | 0 | 41 | 133 | 23 | 46 | 123 | 54 |
| Binary | 11001111 | 10001011 | 10011 | 0 | 100001 | 1011011 | 10011 | 100110 | 1010011 | 101100 |
Color Harmonies of #CF8B13
Complementary color
Monochromatic Colors of #CF8B13
Black with #CF8B13
Text Example
Text Example
White with #CF8B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8B13; }
p { color: rgb(207,139,19); }
H1.HeaderClassName
{
color: #CF8B13;
}
.AnyTagClassName
{
color: #CF8B13;
}
</style>
background-color css
<style>
a { background-color: #CF8B13; }
a { background-color: rgb(207,139,19); }
div.DivClassName
{
background-color: #CF8B13;
}
.BgClassName
{
background-color: #CF8B13;
}
</style>
border-color css
<style>
span { border-color: #CF8B13; }
span { border-color: rgb(207,139,19); }
td.TdClassName
{
border-color: #CF8B13;
}
.TagClassName
{
border-color: #CF8B13;
}
</style>