Shades of Dark Goldenrod #CF820B
Tints of Dark Goldenrod #CF820B
RGB
CMYK
RGB Variations
Color information
#CF820B (or 0xCF820B) is known color: Dark Goldenrod. HEX triplet: CF, 82 and 0B. RGB value is (207,130,11). Sum of RGB (Red+Green+Blue) = 207+130+11=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 130 (51.17% from 255 or 37.36% from 348); Blue value is 11 (4.69% from 255 or 3.16% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF820B is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF820B is #307DF4. Grayscale: #8C8C8C. Windows color (decimal): -3177973 or 754383. OLE color: 754383.
HSL color Cylindrical-coordinate representation of color #CF820B: hue angle of 36.43º 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 #CF820B is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 130 | 11 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.19 |
| HSL | 36.43º | 0.9% | 0.43% | - |
| HSV(B) | 36.43º | 0.95% | 0.81% | - |
| XYZ | 33.78 | 29.25 | 4.18 | - |
| YUV | 139.46 | 55.51 | 176.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 130 | 11 | 0 | 0.37 | 0.95 | 0.19 | 36.43 | 0.9 | 0.43 |
| Hex | CF | 82 | B | 0 | 25 | 5F | 13 | 24 | 5A | 2B |
| Octal | 317 | 202 | 13 | 0 | 45 | 137 | 23 | 44 | 132 | 53 |
| Binary | 11001111 | 10000010 | 1011 | 0 | 100101 | 1011111 | 10011 | 100100 | 1011010 | 101011 |
Color Harmonies of #CF820B
Complementary color
Monochromatic Colors of #CF820B
Black with #CF820B
Text Example
Text Example
White with #CF820B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF820B; }
p { color: rgb(207,130,11); }
H1.HeaderClassName
{
color: #CF820B;
}
.AnyTagClassName
{
color: #CF820B;
}
</style>
background-color css
<style>
a { background-color: #CF820B; }
a { background-color: rgb(207,130,11); }
div.DivClassName
{
background-color: #CF820B;
}
.BgClassName
{
background-color: #CF820B;
}
</style>
border-color css
<style>
span { border-color: #CF820B; }
span { border-color: rgb(207,130,11); }
td.TdClassName
{
border-color: #CF820B;
}
.TagClassName
{
border-color: #CF820B;
}
</style>