Shades of Gold Drop #CF672D
Tints of Gold Drop #CF672D
RGB
CMYK
RGB Variations
Color information
#CF672D (or 0xCF672D) is known color: Gold Drop. HEX triplet: CF, 67 and 2D. RGB value is (207,103,45). Sum of RGB (Red+Green+Blue) = 207+103+45=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 103 (40.62% from 255 or 29.01% from 355); Blue value is 45 (17.97% from 255 or 12.68% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF672D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF672D is #3098D2. Grayscale: #7F7F7F. Windows color (decimal): -3184851 or 2975695. OLE color: 2975695.
HSL color Cylindrical-coordinate representation of color #CF672D: hue angle of 21.48º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CF672D is Cyan = 0, Magento = 0.50, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 45 | - |
| CMYK | 0 | 0.50 | 0.78 | 0.19 |
| HSL | 21.48º | 0.64% | 0.49% | - |
| HSV(B) | 21.48º | 0.78% | 0.81% | - |
| XYZ | 31.06 | 23.16 | 5.32 | - |
| YUV | 127.48 | 81.46 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 45 | 0 | 0.50 | 0.78 | 0.19 | 21.48 | 0.64 | 0.49 |
| Hex | CF | 67 | 2D | 0 | 32 | 4E | 13 | 15 | 40 | 31 |
| Octal | 317 | 147 | 55 | 0 | 62 | 116 | 23 | 25 | 100 | 61 |
| Binary | 11001111 | 1100111 | 101101 | 0 | 110010 | 1001110 | 10011 | 10101 | 1000000 | 110001 |
Color Harmonies of #CF672D
Complementary color
Monochromatic Colors of #CF672D
Black with #CF672D
Text Example
Text Example
White with #CF672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF672D; }
p { color: rgb(207,103,45); }
H1.HeaderClassName
{
color: #CF672D;
}
.AnyTagClassName
{
color: #CF672D;
}
</style>
background-color css
<style>
a { background-color: #CF672D; }
a { background-color: rgb(207,103,45); }
div.DivClassName
{
background-color: #CF672D;
}
.BgClassName
{
background-color: #CF672D;
}
</style>
border-color css
<style>
span { border-color: #CF672D; }
span { border-color: rgb(207,103,45); }
td.TdClassName
{
border-color: #CF672D;
}
.TagClassName
{
border-color: #CF672D;
}
</style>