Shades of Gold Drop #CF6B2C
Tints of Gold Drop #CF6B2C
RGB
CMYK
RGB Variations
Color information
#CF6B2C (or 0xCF6B2C) is known color: Gold Drop. HEX triplet: CF, 6B and 2C. RGB value is (207,107,44). Sum of RGB (Red+Green+Blue) = 207+107+44=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 107 (42.19% from 255 or 29.89% from 358); Blue value is 44 (17.58% from 255 or 12.29% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6B2C is #3094D3. Grayscale: #828282. Windows color (decimal): -3183828 or 2911183. OLE color: 2911183.
HSL color Cylindrical-coordinate representation of color #CF6B2C: hue angle of 23.19º 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 #CF6B2C is Cyan = 0, Magento = 0.48, Yellow = 0.79 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 107 | 44 | - |
| CMYK | 0 | 0.48 | 0.79 | 0.19 |
| HSL | 23.19º | 0.65% | 0.49% | - |
| HSV(B) | 23.19º | 0.79% | 0.81% | - |
| XYZ | 31.44 | 23.96 | 5.35 | - |
| YUV | 129.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 44 | 0 | 0.48 | 0.79 | 0.19 | 23.19 | 0.65 | 0.49 |
| Hex | CF | 6B | 2C | 0 | 30 | 4F | 13 | 17 | 41 | 31 |
| Octal | 317 | 153 | 54 | 0 | 60 | 117 | 23 | 27 | 101 | 61 |
| Binary | 11001111 | 1101011 | 101100 | 0 | 110000 | 1001111 | 10011 | 10111 | 1000001 | 110001 |
Color Harmonies of #CF6B2C
Complementary color
Monochromatic Colors of #CF6B2C
Black with #CF6B2C
Text Example
Text Example
White with #CF6B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6B2C; }
p { color: rgb(207,107,44); }
H1.HeaderClassName
{
color: #CF6B2C;
}
.AnyTagClassName
{
color: #CF6B2C;
}
</style>
background-color css
<style>
a { background-color: #CF6B2C; }
a { background-color: rgb(207,107,44); }
div.DivClassName
{
background-color: #CF6B2C;
}
.BgClassName
{
background-color: #CF6B2C;
}
</style>
border-color css
<style>
span { border-color: #CF6B2C; }
span { border-color: rgb(207,107,44); }
td.TdClassName
{
border-color: #CF6B2C;
}
.TagClassName
{
border-color: #CF6B2C;
}
</style>