Shades of Gold Drop #CF662C
Tints of Gold Drop #CF662C
RGB
CMYK
RGB Variations
Color information
#CF662C (or 0xCF662C) is known color: Gold Drop. HEX triplet: CF, 66 and 2C. RGB value is (207,102,44). Sum of RGB (Red+Green+Blue) = 207+102+44=353 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.64% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 44 (17.58% from 255 or 12.46% from 353); Max value from RGB is 207 - color contains mainly: red. Hex color #CF662C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF662C is #3099D3. Grayscale: #7F7F7F. Windows color (decimal): -3185108 or 2909903. OLE color: 2909903.
HSL color Cylindrical-coordinate representation of color #CF662C: hue angle of 21.35º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF662C is Cyan = 0, Magento = 0.51, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 102 | 44 | - |
| CMYK | 0 | 0.51 | 0.79 | 0.19 |
| HSL | 21.35º | 0.65% | 0.49% | - |
| HSV(B) | 21.35º | 0.79% | 0.81% | - |
| XYZ | 30.94 | 22.95 | 5.18 | - |
| YUV | 126.78 | 81.29 | 185.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 102 | 44 | 0 | 0.51 | 0.79 | 0.19 | 21.35 | 0.65 | 0.49 |
| Hex | CF | 66 | 2C | 0 | 33 | 4F | 13 | 15 | 41 | 31 |
| Octal | 317 | 146 | 54 | 0 | 63 | 117 | 23 | 25 | 101 | 61 |
| Binary | 11001111 | 1100110 | 101100 | 0 | 110011 | 1001111 | 10011 | 10101 | 1000001 | 110001 |
Color Harmonies of #CF662C
Complementary color
Monochromatic Colors of #CF662C
Black with #CF662C
Text Example
Text Example
White with #CF662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF662C; }
p { color: rgb(207,102,44); }
H1.HeaderClassName
{
color: #CF662C;
}
.AnyTagClassName
{
color: #CF662C;
}
</style>
background-color css
<style>
a { background-color: #CF662C; }
a { background-color: rgb(207,102,44); }
div.DivClassName
{
background-color: #CF662C;
}
.BgClassName
{
background-color: #CF662C;
}
</style>
border-color css
<style>
span { border-color: #CF662C; }
span { border-color: rgb(207,102,44); }
td.TdClassName
{
border-color: #CF662C;
}
.TagClassName
{
border-color: #CF662C;
}
</style>