Shades of Gold Drop #CF6A30
Tints of Gold Drop #CF6A30
RGB
CMYK
RGB Variations
Color information
#CF6A30 (or 0xCF6A30) is known color: Gold Drop. HEX triplet: CF, 6A and 30. RGB value is (207,106,48). Sum of RGB (Red+Green+Blue) = 207+106+48=361 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.34% from 361); Green value is 106 (41.80% from 255 or 29.36% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6A30 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6A30 is #3095CF. Grayscale: #818181. Windows color (decimal): -3184080 or 3173071. OLE color: 3173071.
HSL color Cylindrical-coordinate representation of color #CF6A30: hue angle of 21.89º 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 #CF6A30 is Cyan = 0, Magento = 0.49, Yellow = 0.77 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 106 | 48 | - |
| CMYK | 0 | 0.49 | 0.77 | 0.19 |
| HSL | 21.89º | 0.62% | 0.5% | - |
| HSV(B) | 21.89º | 0.77% | 0.81% | - |
| XYZ | 31.42 | 23.79 | 5.73 | - |
| YUV | 129.59 | 81.96 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 106 | 48 | 0 | 0.49 | 0.77 | 0.19 | 21.89 | 0.62 | 0.5 |
| Hex | CF | 6A | 30 | 0 | 31 | 4D | 13 | 16 | 3E | 32 |
| Octal | 317 | 152 | 60 | 0 | 61 | 115 | 23 | 26 | 76 | 62 |
| Binary | 11001111 | 1101010 | 110000 | 0 | 110001 | 1001101 | 10011 | 10110 | 111110 | 110010 |
Color Harmonies of #CF6A30
Complementary color
Monochromatic Colors of #CF6A30
Black with #CF6A30
Text Example
Text Example
White with #CF6A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6A30; }
p { color: rgb(207,106,48); }
H1.HeaderClassName
{
color: #CF6A30;
}
.AnyTagClassName
{
color: #CF6A30;
}
</style>
background-color css
<style>
a { background-color: #CF6A30; }
a { background-color: rgb(207,106,48); }
div.DivClassName
{
background-color: #CF6A30;
}
.BgClassName
{
background-color: #CF6A30;
}
</style>
border-color css
<style>
span { border-color: #CF6A30; }
span { border-color: rgb(207,106,48); }
td.TdClassName
{
border-color: #CF6A30;
}
.TagClassName
{
border-color: #CF6A30;
}
</style>