Shades of Texas #DEE581
Tints of Texas #DEE581
RGB
CMYK
RGB Variations
Color information
#DEE581 (or 0xDEE581) is known color: Texas. HEX triplet: DE, E5 and 81. RGB value is (222,229,129). Sum of RGB (Red+Green+Blue) = 222+229+129=580 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.28% from 580); Green value is 229 (89.84% from 255 or 39.48% from 580); Blue value is 129 (50.78% from 255 or 22.24% from 580); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE581 is #211A7E. Grayscale: #D7D7D7. Windows color (decimal): -2169471 or 8512990. OLE color: 8512990.
HSL color Cylindrical-coordinate representation of color #DEE581: hue angle of 64.2º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEE581 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 129 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.10 |
| HSL | 64.2º | 0.66% | 0.7% | - |
| HSV(B) | 64.2º | 0.44% | 0.9% | - |
| XYZ | 62.11 | 73.15 | 31.62 | - |
| YUV | 215.51 | 79.18 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 129 | 0.03 | 0 | 0.44 | 0.10 | 64.2 | 0.66 | 0.7 |
| Hex | DE | E5 | 81 | 3 | 0 | 2C | A | 40 | 42 | 46 |
| Octal | 336 | 345 | 201 | 3 | 0 | 54 | 12 | 100 | 102 | 106 |
| Binary | 11011110 | 11100101 | 10000001 | 11 | 0 | 101100 | 1010 | 1000000 | 1000010 | 1000110 |
Color Harmonies of #DEE581
Complementary color
Monochromatic Colors of #DEE581
Black with #DEE581
Text Example
Text Example
White with #DEE581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE581; }
p { color: rgb(222,229,129); }
H1.HeaderClassName
{
color: #DEE581;
}
.AnyTagClassName
{
color: #DEE581;
}
</style>
background-color css
<style>
a { background-color: #DEE581; }
a { background-color: rgb(222,229,129); }
div.DivClassName
{
background-color: #DEE581;
}
.BgClassName
{
background-color: #DEE581;
}
</style>
border-color css
<style>
span { border-color: #DEE581; }
span { border-color: rgb(222,229,129); }
td.TdClassName
{
border-color: #DEE581;
}
.TagClassName
{
border-color: #DEE581;
}
</style>