Shades of Gold Drop #CF6834
Tints of Gold Drop #CF6834
RGB
CMYK
RGB Variations
Color information
#CF6834 (or 0xCF6834) is known color: Gold Drop. HEX triplet: CF, 68 and 34. RGB value is (207,104,52). Sum of RGB (Red+Green+Blue) = 207+104+52=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 104 (41.02% from 255 or 28.65% from 363); Blue value is 52 (20.70% from 255 or 14.33% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6834 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6834 is #3097CB. Grayscale: #818181. Windows color (decimal): -3184588 or 3434703. OLE color: 3434703.
HSL color Cylindrical-coordinate representation of color #CF6834: hue angle of 20.13º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF6834 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 104 | 52 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.19 |
| HSL | 20.13º | 0.62% | 0.51% | - |
| HSV(B) | 20.13º | 0.75% | 0.81% | - |
| XYZ | 31.3 | 23.41 | 6.12 | - |
| YUV | 128.87 | 84.62 | 183.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 52 | 0 | 0.50 | 0.75 | 0.19 | 20.13 | 0.62 | 0.51 |
| Hex | CF | 68 | 34 | 0 | 32 | 4B | 13 | 14 | 3E | 33 |
| Octal | 317 | 150 | 64 | 0 | 62 | 113 | 23 | 24 | 76 | 63 |
| Binary | 11001111 | 1101000 | 110100 | 0 | 110010 | 1001011 | 10011 | 10100 | 111110 | 110011 |
Color Harmonies of #CF6834
Complementary color
Monochromatic Colors of #CF6834
Black with #CF6834
Text Example
Text Example
White with #CF6834
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6834; }
p { color: rgb(207,104,52); }
H1.HeaderClassName
{
color: #CF6834;
}
.AnyTagClassName
{
color: #CF6834;
}
</style>
background-color css
<style>
a { background-color: #CF6834; }
a { background-color: rgb(207,104,52); }
div.DivClassName
{
background-color: #CF6834;
}
.BgClassName
{
background-color: #CF6834;
}
</style>
border-color css
<style>
span { border-color: #CF6834; }
span { border-color: rgb(207,104,52); }
td.TdClassName
{
border-color: #CF6834;
}
.TagClassName
{
border-color: #CF6834;
}
</style>