Shades of Texas #DEE080
Tints of Texas #DEE080
RGB
CMYK
RGB Variations
Color information
#DEE080 (or 0xDEE080) is known color: Texas. HEX triplet: DE, E0 and 80. RGB value is (222,224,128). Sum of RGB (Red+Green+Blue) = 222+224+128=574 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.68% from 574); Green value is 224 (87.89% from 255 or 39.02% from 574); Blue value is 128 (50.39% from 255 or 22.30% from 574); Max value from RGB is 224 - color contains mainly: green. Hex color #DEE080 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE080 is #211F7F. Grayscale: #D4D4D4. Windows color (decimal): -2170752 or 8446174. OLE color: 8446174.
HSL color Cylindrical-coordinate representation of color #DEE080: hue angle of 61.25º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DEE080 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 222 | 224 | 128 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.12 |
| HSL | 61.25º | 0.61% | 0.69% | - |
| HSV(B) | 61.25º | 0.43% | 0.88% | - |
| XYZ | 60.68 | 70.4 | 30.81 | - |
| YUV | 212.46 | 80.34 | 134.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 224 | 128 | 0.01 | 0 | 0.43 | 0.12 | 61.25 | 0.61 | 0.69 |
| Hex | DE | E0 | 80 | 1 | 0 | 2B | C | 3D | 3D | 45 |
| Octal | 336 | 340 | 200 | 1 | 0 | 53 | 14 | 75 | 75 | 105 |
| Binary | 11011110 | 11100000 | 10000000 | 1 | 0 | 101011 | 1100 | 111101 | 111101 | 1000101 |
Color Harmonies of #DEE080
Complementary color
Monochromatic Colors of #DEE080
Black with #DEE080
Text Example
Text Example
White with #DEE080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE080; }
p { color: rgb(222,224,128); }
H1.HeaderClassName
{
color: #DEE080;
}
.AnyTagClassName
{
color: #DEE080;
}
</style>
background-color css
<style>
a { background-color: #DEE080; }
a { background-color: rgb(222,224,128); }
div.DivClassName
{
background-color: #DEE080;
}
.BgClassName
{
background-color: #DEE080;
}
</style>
border-color css
<style>
span { border-color: #DEE080; }
span { border-color: rgb(222,224,128); }
td.TdClassName
{
border-color: #DEE080;
}
.TagClassName
{
border-color: #DEE080;
}
</style>