Shades of Gold Drop #CF6933
Tints of Gold Drop #CF6933
RGB
CMYK
RGB Variations
Color information
#CF6933 (or 0xCF6933) is known color: Gold Drop. HEX triplet: CF, 69 and 33. RGB value is (207,105,51). Sum of RGB (Red+Green+Blue) = 207+105+51=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 105 (41.41% from 255 or 28.93% from 363); Blue value is 51 (20.31% from 255 or 14.05% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6933 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6933 is #3096CC. Grayscale: #818181. Windows color (decimal): -3184333 or 3369423. OLE color: 3369423.
HSL color Cylindrical-coordinate representation of color #CF6933: hue angle of 20.77º 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 #CF6933 is Cyan = 0, Magento = 0.49, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 105 | 51 | - |
| CMYK | 0 | 0.49 | 0.75 | 0.19 |
| HSL | 20.77º | 0.62% | 0.51% | - |
| HSV(B) | 20.77º | 0.75% | 0.81% | - |
| XYZ | 31.38 | 23.61 | 6.03 | - |
| YUV | 129.34 | 83.79 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 105 | 51 | 0 | 0.49 | 0.75 | 0.19 | 20.77 | 0.62 | 0.51 |
| Hex | CF | 69 | 33 | 0 | 31 | 4B | 13 | 15 | 3E | 33 |
| Octal | 317 | 151 | 63 | 0 | 61 | 113 | 23 | 25 | 76 | 63 |
| Binary | 11001111 | 1101001 | 110011 | 0 | 110001 | 1001011 | 10011 | 10101 | 111110 | 110011 |
Color Harmonies of #CF6933
Complementary color
Monochromatic Colors of #CF6933
Black with #CF6933
Text Example
Text Example
White with #CF6933
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6933; }
p { color: rgb(207,105,51); }
H1.HeaderClassName
{
color: #CF6933;
}
.AnyTagClassName
{
color: #CF6933;
}
</style>
background-color css
<style>
a { background-color: #CF6933; }
a { background-color: rgb(207,105,51); }
div.DivClassName
{
background-color: #CF6933;
}
.BgClassName
{
background-color: #CF6933;
}
</style>
border-color css
<style>
span { border-color: #CF6933; }
span { border-color: rgb(207,105,51); }
td.TdClassName
{
border-color: #CF6933;
}
.TagClassName
{
border-color: #CF6933;
}
</style>