Shades of Dark Goldenrod #CF850B
Tints of Dark Goldenrod #CF850B
RGB
CMYK
RGB Variations
Color information
#CF850B (or 0xCF850B) is known color: Dark Goldenrod. HEX triplet: CF, 85 and 0B. RGB value is (207,133,11). Sum of RGB (Red+Green+Blue) = 207+133+11=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 133 (52.34% from 255 or 37.89% from 351); Blue value is 11 (4.69% from 255 or 3.13% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF850B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF850B is #307AF4. Grayscale: #8D8D8D. Windows color (decimal): -3177205 or 755151. OLE color: 755151.
HSL color Cylindrical-coordinate representation of color #CF850B: hue angle of 37.35º degrees, saturation: 0.9, 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 #CF850B is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 11 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.19 |
| HSL | 37.35º | 0.9% | 0.43% | - |
| HSV(B) | 37.35º | 0.95% | 0.81% | - |
| XYZ | 34.18 | 30.06 | 4.32 | - |
| YUV | 141.22 | 54.52 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 11 | 0 | 0.36 | 0.95 | 0.19 | 37.35 | 0.9 | 0.43 |
| Hex | CF | 85 | B | 0 | 24 | 5F | 13 | 25 | 5A | 2B |
| Octal | 317 | 205 | 13 | 0 | 44 | 137 | 23 | 45 | 132 | 53 |
| Binary | 11001111 | 10000101 | 1011 | 0 | 100100 | 1011111 | 10011 | 100101 | 1011010 | 101011 |
Color Harmonies of #CF850B
Complementary color
Monochromatic Colors of #CF850B
Black with #CF850B
Text Example
Text Example
White with #CF850B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF850B; }
p { color: rgb(207,133,11); }
H1.HeaderClassName
{
color: #CF850B;
}
.AnyTagClassName
{
color: #CF850B;
}
</style>
background-color css
<style>
a { background-color: #CF850B; }
a { background-color: rgb(207,133,11); }
div.DivClassName
{
background-color: #CF850B;
}
.BgClassName
{
background-color: #CF850B;
}
</style>
border-color css
<style>
span { border-color: #CF850B; }
span { border-color: rgb(207,133,11); }
td.TdClassName
{
border-color: #CF850B;
}
.TagClassName
{
border-color: #CF850B;
}
</style>