Shades of Gold Drop #CF6830
Tints of Gold Drop #CF6830
RGB
CMYK
RGB Variations
Color information
#CF6830 (or 0xCF6830) is known color: Gold Drop. HEX triplet: CF, 68 and 30. RGB value is (207,104,48). Sum of RGB (Red+Green+Blue) = 207+104+48=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 48 (19.14% from 255 or 13.37% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6830 is #3097CF. Grayscale: #808080. Windows color (decimal): -3184592 or 3172559. OLE color: 3172559.
HSL color Cylindrical-coordinate representation of color #CF6830: hue angle of 21.13º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF6830 is Cyan = 0, Magento = 0.50, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 48 | - |
| CMYK | 0 | 0.50 | 0.77 | 0.19 |
| HSL | 21.13º | 0.62% | 0.5% | - |
| HSV(B) | 21.13º | 0.77% | 0.81% | - |
| XYZ | 31.22 | 23.38 | 5.66 | - |
| YUV | 128.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 48 | 0 | 0.50 | 0.77 | 0.19 | 21.13 | 0.62 | 0.5 |
| Hex | CF | 68 | 30 | 0 | 32 | 4D | 13 | 15 | 3E | 32 |
| Octal | 317 | 150 | 60 | 0 | 62 | 115 | 23 | 25 | 76 | 62 |
| Binary | 11001111 | 1101000 | 110000 | 0 | 110010 | 1001101 | 10011 | 10101 | 111110 | 110010 |
Color Harmonies of #CF6830
Complementary color
Monochromatic Colors of #CF6830
Black with #CF6830
Text Example
Text Example
White with #CF6830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6830; }
p { color: rgb(207,104,48); }
H1.HeaderClassName
{
color: #CF6830;
}
.AnyTagClassName
{
color: #CF6830;
}
</style>
background-color css
<style>
a { background-color: #CF6830; }
a { background-color: rgb(207,104,48); }
div.DivClassName
{
background-color: #CF6830;
}
.BgClassName
{
background-color: #CF6830;
}
</style>
border-color css
<style>
span { border-color: #CF6830; }
span { border-color: rgb(207,104,48); }
td.TdClassName
{
border-color: #CF6830;
}
.TagClassName
{
border-color: #CF6830;
}
</style>