Shades of Texas #DEE47F
Tints of Texas #DEE47F
RGB
CMYK
RGB Variations
Color information
#DEE47F (or 0xDEE47F) is known color: Texas. HEX triplet: DE, E4 and 7F. RGB value is (222,228,127). Sum of RGB (Red+Green+Blue) = 222+228+127=577 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.47% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 127 (50% from 255 or 22.01% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #DEE47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE47F is #211B80. Grayscale: #D7D7D7. Windows color (decimal): -2169729 or 8381662. OLE color: 8381662.
HSL color Cylindrical-coordinate representation of color #DEE47F: hue angle of 63.56º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DEE47F is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 222 | 228 | 127 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.11 |
| HSL | 63.56º | 0.65% | 0.7% | - |
| HSV(B) | 63.56º | 0.44% | 0.89% | - |
| XYZ | 61.7 | 72.55 | 30.83 | - |
| YUV | 214.69 | 78.51 | 133.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 228 | 127 | 0.03 | 0 | 0.44 | 0.11 | 63.56 | 0.65 | 0.7 |
| Hex | DE | E4 | 7F | 3 | 0 | 2C | B | 40 | 41 | 46 |
| Octal | 336 | 344 | 177 | 3 | 0 | 54 | 13 | 100 | 101 | 106 |
| Binary | 11011110 | 11100100 | 1111111 | 11 | 0 | 101100 | 1011 | 1000000 | 1000001 | 1000110 |
Color Harmonies of #DEE47F
Complementary color
Monochromatic Colors of #DEE47F
Black with #DEE47F
Text Example
Text Example
White with #DEE47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE47F; }
p { color: rgb(222,228,127); }
H1.HeaderClassName
{
color: #DEE47F;
}
.AnyTagClassName
{
color: #DEE47F;
}
</style>
background-color css
<style>
a { background-color: #DEE47F; }
a { background-color: rgb(222,228,127); }
div.DivClassName
{
background-color: #DEE47F;
}
.BgClassName
{
background-color: #DEE47F;
}
</style>
border-color css
<style>
span { border-color: #DEE47F; }
span { border-color: rgb(222,228,127); }
td.TdClassName
{
border-color: #DEE47F;
}
.TagClassName
{
border-color: #DEE47F;
}
</style>