Shades of Dark Goldenrod #CF800B
Tints of Dark Goldenrod #CF800B
RGB
CMYK
RGB Variations
Color information
#CF800B (or 0xCF800B) is known color: Dark Goldenrod. HEX triplet: CF, 80 and 0B. RGB value is (207,128,11). Sum of RGB (Red+Green+Blue) = 207+128+11=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 11 (4.69% from 255 or 3.18% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF800B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF800B is #307FF4. Grayscale: #8A8A8A. Windows color (decimal): -3178485 or 753871. OLE color: 753871.
HSL color Cylindrical-coordinate representation of color #CF800B: hue angle of 35.82º 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 #CF800B is Cyan = 0, Magento = 0.38, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 11 | - |
| CMYK | 0 | 0.38 | 0.95 | 0.19 |
| HSL | 35.82º | 0.9% | 0.43% | - |
| HSV(B) | 35.82º | 0.95% | 0.81% | - |
| XYZ | 33.51 | 28.73 | 4.1 | - |
| YUV | 138.28 | 56.17 | 177.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 11 | 0 | 0.38 | 0.95 | 0.19 | 35.82 | 0.9 | 0.43 |
| Hex | CF | 80 | B | 0 | 26 | 5F | 13 | 24 | 5A | 2B |
| Octal | 317 | 200 | 13 | 0 | 46 | 137 | 23 | 44 | 132 | 53 |
| Binary | 11001111 | 10000000 | 1011 | 0 | 100110 | 1011111 | 10011 | 100100 | 1011010 | 101011 |
Color Harmonies of #CF800B
Complementary color
Monochromatic Colors of #CF800B
Black with #CF800B
Text Example
Text Example
White with #CF800B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF800B; }
p { color: rgb(207,128,11); }
H1.HeaderClassName
{
color: #CF800B;
}
.AnyTagClassName
{
color: #CF800B;
}
</style>
background-color css
<style>
a { background-color: #CF800B; }
a { background-color: rgb(207,128,11); }
div.DivClassName
{
background-color: #CF800B;
}
.BgClassName
{
background-color: #CF800B;
}
</style>
border-color css
<style>
span { border-color: #CF800B; }
span { border-color: rgb(207,128,11); }
td.TdClassName
{
border-color: #CF800B;
}
.TagClassName
{
border-color: #CF800B;
}
</style>