Shades of Texas #DFE582
Tints of Texas #DFE582
RGB
CMYK
RGB Variations
Color information
#DFE582 (or 0xDFE582) is known color: Texas. HEX triplet: DF, E5 and 82. RGB value is (223,229,130). Sum of RGB (Red+Green+Blue) = 223+229+130=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 130 (51.17% from 255 or 22.34% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE582 is #201A7D. Grayscale: #D8D8D8. Windows color (decimal): -2103934 or 8578527. OLE color: 8578527.
HSL color Cylindrical-coordinate representation of color #DFE582: hue angle of 63.64º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFE582 is Cyan = 0.03, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 130 | - |
| CMYK | 0.03 | 0 | 0.43 | 0.10 |
| HSL | 63.64º | 0.66% | 0.7% | - |
| HSV(B) | 63.64º | 0.43% | 0.9% | - |
| XYZ | 62.48 | 73.34 | 31.98 | - |
| YUV | 215.92 | 79.51 | 133.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 130 | 0.03 | 0 | 0.43 | 0.10 | 63.64 | 0.66 | 0.7 |
| Hex | DF | E5 | 82 | 3 | 0 | 2B | A | 40 | 42 | 46 |
| Octal | 337 | 345 | 202 | 3 | 0 | 53 | 12 | 100 | 102 | 106 |
| Binary | 11011111 | 11100101 | 10000010 | 11 | 0 | 101011 | 1010 | 1000000 | 1000010 | 1000110 |
Color Harmonies of #DFE582
Complementary color
Monochromatic Colors of #DFE582
Black with #DFE582
Text Example
Text Example
White with #DFE582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE582; }
p { color: rgb(223,229,130); }
H1.HeaderClassName
{
color: #DFE582;
}
.AnyTagClassName
{
color: #DFE582;
}
</style>
background-color css
<style>
a { background-color: #DFE582; }
a { background-color: rgb(223,229,130); }
div.DivClassName
{
background-color: #DFE582;
}
.BgClassName
{
background-color: #DFE582;
}
</style>
border-color css
<style>
span { border-color: #DFE582; }
span { border-color: rgb(223,229,130); }
td.TdClassName
{
border-color: #DFE582;
}
.TagClassName
{
border-color: #DFE582;
}
</style>