Shades of Gold Drop #CF672C
Tints of Gold Drop #CF672C
RGB
CMYK
RGB Variations
Color information
#CF672C (or 0xCF672C) is known color: Gold Drop. HEX triplet: CF, 67 and 2C. RGB value is (207,103,44). Sum of RGB (Red+Green+Blue) = 207+103+44=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 103 (40.62% from 255 or 29.10% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF672C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF672C is #3098D3. Grayscale: #7F7F7F. Windows color (decimal): -3184852 or 2910159. OLE color: 2910159.
HSL color Cylindrical-coordinate representation of color #CF672C: hue angle of 21.72º 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 #CF672C is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 44 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.19 |
| HSL | 21.72º | 0.65% | 0.49% | - |
| HSV(B) | 21.72º | 0.79% | 0.81% | - |
| XYZ | 31.04 | 23.15 | 5.22 | - |
| YUV | 127.37 | 80.96 | 184.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 44 | 0 | 0.50 | 0.79 | 0.19 | 21.72 | 0.65 | 0.49 |
| Hex | CF | 67 | 2C | 0 | 32 | 4F | 13 | 16 | 41 | 31 |
| Octal | 317 | 147 | 54 | 0 | 62 | 117 | 23 | 26 | 101 | 61 |
| Binary | 11001111 | 1100111 | 101100 | 0 | 110010 | 1001111 | 10011 | 10110 | 1000001 | 110001 |
Color Harmonies of #CF672C
Complementary color
Monochromatic Colors of #CF672C
Black with #CF672C
Text Example
Text Example
White with #CF672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF672C; }
p { color: rgb(207,103,44); }
H1.HeaderClassName
{
color: #CF672C;
}
.AnyTagClassName
{
color: #CF672C;
}
</style>
background-color css
<style>
a { background-color: #CF672C; }
a { background-color: rgb(207,103,44); }
div.DivClassName
{
background-color: #CF672C;
}
.BgClassName
{
background-color: #CF672C;
}
</style>
border-color css
<style>
span { border-color: #CF672C; }
span { border-color: rgb(207,103,44); }
td.TdClassName
{
border-color: #CF672C;
}
.TagClassName
{
border-color: #CF672C;
}
</style>