Shades of Gold Drop #CF6C28
Tints of Gold Drop #CF6C28
RGB
CMYK
RGB Variations
Color information
#CF6C28 (or 0xCF6C28) is known color: Gold Drop. HEX triplet: CF, 6C and 28. RGB value is (207,108,40). Sum of RGB (Red+Green+Blue) = 207+108+40=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF6C28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF6C28 is #3093D7. Grayscale: #828282. Windows color (decimal): -3183576 or 2649295. OLE color: 2649295.
HSL color Cylindrical-coordinate representation of color #CF6C28: hue angle of 24.43º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF6C28 is Cyan = 0, Magento = 0.48, Yellow = 0.81 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 108 | 40 | - |
| CMYK | 0 | 0.48 | 0.81 | 0.19 |
| HSL | 24.43º | 0.68% | 0.48% | - |
| HSV(B) | 24.43º | 0.81% | 0.81% | - |
| XYZ | 31.48 | 24.14 | 5.01 | - |
| YUV | 129.85 | 77.3 | 183.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 40 | 0 | 0.48 | 0.81 | 0.19 | 24.43 | 0.68 | 0.48 |
| Hex | CF | 6C | 28 | 0 | 30 | 51 | 13 | 18 | 44 | 30 |
| Octal | 317 | 154 | 50 | 0 | 60 | 121 | 23 | 30 | 104 | 60 |
| Binary | 11001111 | 1101100 | 101000 | 0 | 110000 | 1010001 | 10011 | 11000 | 1000100 | 110000 |
Color Harmonies of #CF6C28
Complementary color
Monochromatic Colors of #CF6C28
Black with #CF6C28
Text Example
Text Example
White with #CF6C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6C28; }
p { color: rgb(207,108,40); }
H1.HeaderClassName
{
color: #CF6C28;
}
.AnyTagClassName
{
color: #CF6C28;
}
</style>
background-color css
<style>
a { background-color: #CF6C28; }
a { background-color: rgb(207,108,40); }
div.DivClassName
{
background-color: #CF6C28;
}
.BgClassName
{
background-color: #CF6C28;
}
</style>
border-color css
<style>
span { border-color: #CF6C28; }
span { border-color: rgb(207,108,40); }
td.TdClassName
{
border-color: #CF6C28;
}
.TagClassName
{
border-color: #CF6C28;
}
</style>