Shades of Texas #DEE57F
Tints of Texas #DEE57F
RGB
CMYK
RGB Variations
Color information
#DEE57F (or 0xDEE57F) is known color: Texas. HEX triplet: DE, E5 and 7F. RGB value is (222,229,127). Sum of RGB (Red+Green+Blue) = 222+229+127=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 229 (89.84% from 255 or 39.62% from 578); Blue value is 127 (50% from 255 or 21.97% from 578); Max value from RGB is 229 - color contains mainly: green. Hex color #DEE57F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DEE57F is #211A80. Grayscale: #D7D7D7. Windows color (decimal): -2169473 or 8381918. OLE color: 8381918.
HSL color Cylindrical-coordinate representation of color #DEE57F: hue angle of 64.12º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DEE57F is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 222 | 229 | 127 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.10 |
| HSL | 64.12º | 0.66% | 0.7% | - |
| HSV(B) | 64.12º | 0.45% | 0.9% | - |
| XYZ | 61.97 | 73.1 | 30.92 | - |
| YUV | 215.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 229 | 127 | 0.03 | 0 | 0.45 | 0.10 | 64.12 | 0.66 | 0.7 |
| Hex | DE | E5 | 7F | 3 | 0 | 2D | A | 40 | 42 | 46 |
| Octal | 336 | 345 | 177 | 3 | 0 | 55 | 12 | 100 | 102 | 106 |
| Binary | 11011110 | 11100101 | 1111111 | 11 | 0 | 101101 | 1010 | 1000000 | 1000010 | 1000110 |
Color Harmonies of #DEE57F
Complementary color
Monochromatic Colors of #DEE57F
Black with #DEE57F
Text Example
Text Example
White with #DEE57F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEE57F; }
p { color: rgb(222,229,127); }
H1.HeaderClassName
{
color: #DEE57F;
}
.AnyTagClassName
{
color: #DEE57F;
}
</style>
background-color css
<style>
a { background-color: #DEE57F; }
a { background-color: rgb(222,229,127); }
div.DivClassName
{
background-color: #DEE57F;
}
.BgClassName
{
background-color: #DEE57F;
}
</style>
border-color css
<style>
span { border-color: #DEE57F; }
span { border-color: rgb(222,229,127); }
td.TdClassName
{
border-color: #DEE57F;
}
.TagClassName
{
border-color: #DEE57F;
}
</style>