Shades of Dark Goldenrod #CF810B
Tints of Dark Goldenrod #CF810B
RGB
CMYK
RGB Variations
Color information
#CF810B (or 0xCF810B) is known color: Dark Goldenrod. HEX triplet: CF, 81 and 0B. RGB value is (207,129,11). Sum of RGB (Red+Green+Blue) = 207+129+11=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 11 (4.69% from 255 or 3.17% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF810B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF810B is #307EF4. Grayscale: #8B8B8B. Windows color (decimal): -3178229 or 754127. OLE color: 754127.
HSL color Cylindrical-coordinate representation of color #CF810B: hue angle of 36.12º 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 #CF810B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.19 |
| HSL | 36.12º | 0.9% | 0.43% | - |
| HSV(B) | 36.12º | 0.95% | 0.81% | - |
| XYZ | 33.64 | 28.99 | 4.14 | - |
| YUV | 138.87 | 55.84 | 176.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 11 | 0 | 0.38 | 0.95 | 0.19 | 36.12 | 0.9 | 0.43 |
| Hex | CF | 81 | B | 0 | 26 | 5F | 13 | 24 | 5A | 2B |
| Octal | 317 | 201 | 13 | 0 | 46 | 137 | 23 | 44 | 132 | 53 |
| Binary | 11001111 | 10000001 | 1011 | 0 | 100110 | 1011111 | 10011 | 100100 | 1011010 | 101011 |
Color Harmonies of #CF810B
Complementary color
Monochromatic Colors of #CF810B
Black with #CF810B
Text Example
Text Example
White with #CF810B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF810B; }
p { color: rgb(207,129,11); }
H1.HeaderClassName
{
color: #CF810B;
}
.AnyTagClassName
{
color: #CF810B;
}
</style>
background-color css
<style>
a { background-color: #CF810B; }
a { background-color: rgb(207,129,11); }
div.DivClassName
{
background-color: #CF810B;
}
.BgClassName
{
background-color: #CF810B;
}
</style>
border-color css
<style>
span { border-color: #CF810B; }
span { border-color: rgb(207,129,11); }
td.TdClassName
{
border-color: #CF810B;
}
.TagClassName
{
border-color: #CF810B;
}
</style>