Shades of Dark Goldenrod #CF830A
Tints of Dark Goldenrod #CF830A
RGB
CMYK
RGB Variations
Color information
#CF830A (or 0xCF830A) is known color: Dark Goldenrod. HEX triplet: CF, 83 and 0A. RGB value is (207,131,10). Sum of RGB (Red+Green+Blue) = 207+131+10=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 131 (51.56% from 255 or 37.64% from 348); Blue value is 10 (4.30% from 255 or 2.87% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF830A is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF830A is #307CF5. Grayscale: #8C8C8C. Windows color (decimal): -3177718 or 689103. OLE color: 689103.
HSL color Cylindrical-coordinate representation of color #CF830A: hue angle of 36.85º degrees, saturation: 0.91, 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 #CF830A is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 131 | 10 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.19 |
| HSL | 36.85º | 0.91% | 0.43% | - |
| HSV(B) | 36.85º | 0.95% | 0.81% | - |
| XYZ | 33.9 | 29.52 | 4.2 | - |
| YUV | 139.93 | 54.68 | 175.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 131 | 10 | 0 | 0.37 | 0.95 | 0.19 | 36.85 | 0.91 | 0.43 |
| Hex | CF | 83 | A | 0 | 25 | 5F | 13 | 25 | 5B | 2B |
| Octal | 317 | 203 | 12 | 0 | 45 | 137 | 23 | 45 | 133 | 53 |
| Binary | 11001111 | 10000011 | 1010 | 0 | 100101 | 1011111 | 10011 | 100101 | 1011011 | 101011 |
Color Harmonies of #CF830A
Complementary color
Monochromatic Colors of #CF830A
Black with #CF830A
Text Example
Text Example
White with #CF830A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF830A; }
p { color: rgb(207,131,10); }
H1.HeaderClassName
{
color: #CF830A;
}
.AnyTagClassName
{
color: #CF830A;
}
</style>
background-color css
<style>
a { background-color: #CF830A; }
a { background-color: rgb(207,131,10); }
div.DivClassName
{
background-color: #CF830A;
}
.BgClassName
{
background-color: #CF830A;
}
</style>
border-color css
<style>
span { border-color: #CF830A; }
span { border-color: rgb(207,131,10); }
td.TdClassName
{
border-color: #CF830A;
}
.TagClassName
{
border-color: #CF830A;
}
</style>