Shades of Dell #33650E
Tints of Dell #33650E
RGB
CMYK
RGB Variations
Color information
#33650E (or 0x33650E) is known color: Dell. HEX triplet: 33, 65 and 0E. RGB value is (51,101,14). Sum of RGB (Red+Green+Blue) = 51+101+14=166 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.72% from 166); Green value is 101 (39.84% from 255 or 60.84% from 166); Blue value is 14 (5.86% from 255 or 8.43% from 166); Max value from RGB is 101 - color contains mainly: green. Hex color #33650E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #33650E is #CC9AF1. Grayscale: #4C4C4C. Windows color (decimal): -13409010 or 943411. OLE color: 943411.
HSL color Cylindrical-coordinate representation of color #33650E: hue angle of 94.48º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #33650E is Cyan = 0.50, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 51 | 101 | 14 | - |
| CMYK | 0.50 | 0 | 0.86 | 0.60 |
| HSL | 94.48º | 0.76% | 0.23% | - |
| HSV(B) | 94.48º | 0.86% | 0.4% | - |
| XYZ | 6.1 | 10.04 | 2.03 | - |
| YUV | 76.13 | 92.94 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 101 | 14 | 0.50 | 0 | 0.86 | 0.60 | 94.48 | 0.76 | 0.23 |
| Hex | 33 | 65 | E | 32 | 0 | 56 | 3C | 5E | 4C | 17 |
| Octal | 63 | 145 | 16 | 62 | 0 | 126 | 74 | 136 | 114 | 27 |
| Binary | 110011 | 1100101 | 1110 | 110010 | 0 | 1010110 | 111100 | 1011110 | 1001100 | 10111 |
Color Harmonies of #33650E
Complementary color
Monochromatic Colors of #33650E
Black with #33650E
Text Example
Text Example
White with #33650E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33650E; }
p { color: rgb(51,101,14); }
H1.HeaderClassName
{
color: #33650E;
}
.AnyTagClassName
{
color: #33650E;
}
</style>
background-color css
<style>
a { background-color: #33650E; }
a { background-color: rgb(51,101,14); }
div.DivClassName
{
background-color: #33650E;
}
.BgClassName
{
background-color: #33650E;
}
</style>
border-color css
<style>
span { border-color: #33650E; }
span { border-color: rgb(51,101,14); }
td.TdClassName
{
border-color: #33650E;
}
.TagClassName
{
border-color: #33650E;
}
</style>