Shades of Gold Drop #CF672A
Tints of Gold Drop #CF672A
RGB
CMYK
RGB Variations
Color information
#CF672A (or 0xCF672A) is known color: Gold Drop. HEX triplet: CF, 67 and 2A. RGB value is (207,103,42). Sum of RGB (Red+Green+Blue) = 207+103+42=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 42 (16.80% from 255 or 11.93% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF672A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF672A is #3098D5. Grayscale: #7F7F7F. Windows color (decimal): -3184854 or 2779087. OLE color: 2779087.
HSL color Cylindrical-coordinate representation of color #CF672A: hue angle of 22.18º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF672A is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 42 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.19 |
| HSL | 22.18º | 0.66% | 0.49% | - |
| HSV(B) | 22.18º | 0.8% | 0.81% | - |
| XYZ | 31 | 23.13 | 5.02 | - |
| YUV | 127.14 | 79.96 | 184.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 42 | 0 | 0.50 | 0.80 | 0.19 | 22.18 | 0.66 | 0.49 |
| Hex | CF | 67 | 2A | 0 | 32 | 50 | 13 | 16 | 42 | 31 |
| Octal | 317 | 147 | 52 | 0 | 62 | 120 | 23 | 26 | 102 | 61 |
| Binary | 11001111 | 1100111 | 101010 | 0 | 110010 | 1010000 | 10011 | 10110 | 1000010 | 110001 |
Color Harmonies of #CF672A
Complementary color
Monochromatic Colors of #CF672A
Black with #CF672A
Text Example
Text Example
White with #CF672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF672A; }
p { color: rgb(207,103,42); }
H1.HeaderClassName
{
color: #CF672A;
}
.AnyTagClassName
{
color: #CF672A;
}
</style>
background-color css
<style>
a { background-color: #CF672A; }
a { background-color: rgb(207,103,42); }
div.DivClassName
{
background-color: #CF672A;
}
.BgClassName
{
background-color: #CF672A;
}
</style>
border-color css
<style>
span { border-color: #CF672A; }
span { border-color: rgb(207,103,42); }
td.TdClassName
{
border-color: #CF672A;
}
.TagClassName
{
border-color: #CF672A;
}
</style>