Shades of Dark Goldenrod #CF830B
Tints of Dark Goldenrod #CF830B
RGB
CMYK
RGB Variations
Color information
#CF830B (or 0xCF830B) is known color: Dark Goldenrod. HEX triplet: CF, 83 and 0B. RGB value is (207,131,11). Sum of RGB (Red+Green+Blue) = 207+131+11=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 11 (4.69% from 255 or 3.15% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF830B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF830B is #307CF4. Grayscale: #8C8C8C. Windows color (decimal): -3177717 or 754639. OLE color: 754639.
HSL color Cylindrical-coordinate representation of color #CF830B: hue angle of 36.73º 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 #CF830B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.19 |
| HSL | 36.73º | 0.9% | 0.43% | - |
| HSV(B) | 36.73º | 0.95% | 0.81% | - |
| XYZ | 33.91 | 29.52 | 4.23 | - |
| YUV | 140.04 | 55.18 | 175.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 11 | 0 | 0.37 | 0.95 | 0.19 | 36.73 | 0.9 | 0.43 |
| Hex | CF | 83 | B | 0 | 25 | 5F | 13 | 25 | 5A | 2B |
| Octal | 317 | 203 | 13 | 0 | 45 | 137 | 23 | 45 | 132 | 53 |
| Binary | 11001111 | 10000011 | 1011 | 0 | 100101 | 1011111 | 10011 | 100101 | 1011010 | 101011 |
Color Harmonies of #CF830B
Complementary color
Monochromatic Colors of #CF830B
Black with #CF830B
Text Example
Text Example
White with #CF830B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF830B; }
p { color: rgb(207,131,11); }
H1.HeaderClassName
{
color: #CF830B;
}
.AnyTagClassName
{
color: #CF830B;
}
</style>
background-color css
<style>
a { background-color: #CF830B; }
a { background-color: rgb(207,131,11); }
div.DivClassName
{
background-color: #CF830B;
}
.BgClassName
{
background-color: #CF830B;
}
</style>
border-color css
<style>
span { border-color: #CF830B; }
span { border-color: rgb(207,131,11); }
td.TdClassName
{
border-color: #CF830B;
}
.TagClassName
{
border-color: #CF830B;
}
</style>