Shades of Gold Drop #CF6734
Tints of Gold Drop #CF6734
RGB
CMYK
RGB Variations
Color information
#CF6734 (or 0xCF6734) is known color: Gold Drop. HEX triplet: CF, 67 and 34. RGB value is (207,103,52). Sum of RGB (Red+Green+Blue) = 207+103+52=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 103 (40.62% from 255 or 28.45% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6734 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6734 is #3098CB. Grayscale: #808080. Windows color (decimal): -3184844 or 3434447. OLE color: 3434447.
HSL color Cylindrical-coordinate representation of color #CF6734: hue angle of 19.74º 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 #CF6734 is Cyan = 0, Magento = 0.50, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 103 | 52 | - |
| CMYK | 0 | 0.50 | 0.75 | 0.19 |
| HSL | 19.74º | 0.62% | 0.51% | - |
| HSV(B) | 19.74º | 0.75% | 0.81% | - |
| XYZ | 31.2 | 23.21 | 6.08 | - |
| YUV | 128.28 | 84.96 | 184.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 103 | 52 | 0 | 0.50 | 0.75 | 0.19 | 19.74 | 0.62 | 0.51 |
| Hex | CF | 67 | 34 | 0 | 32 | 4B | 13 | 14 | 3E | 33 |
| Octal | 317 | 147 | 64 | 0 | 62 | 113 | 23 | 24 | 76 | 63 |
| Binary | 11001111 | 1100111 | 110100 | 0 | 110010 | 1001011 | 10011 | 10100 | 111110 | 110011 |
Color Harmonies of #CF6734
Complementary color
Monochromatic Colors of #CF6734
Black with #CF6734
Text Example
Text Example
White with #CF6734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6734; }
p { color: rgb(207,103,52); }
H1.HeaderClassName
{
color: #CF6734;
}
.AnyTagClassName
{
color: #CF6734;
}
</style>
background-color css
<style>
a { background-color: #CF6734; }
a { background-color: rgb(207,103,52); }
div.DivClassName
{
background-color: #CF6734;
}
.BgClassName
{
background-color: #CF6734;
}
</style>
border-color css
<style>
span { border-color: #CF6734; }
span { border-color: rgb(207,103,52); }
td.TdClassName
{
border-color: #CF6734;
}
.TagClassName
{
border-color: #CF6734;
}
</style>