Shades of Texas #DFE180
Tints of Texas #DFE180
RGB
CMYK
RGB Variations
Color information
#DFE180 (or 0xDFE180) is known color: Texas. HEX triplet: DF, E1 and 80. RGB value is (223,225,128). Sum of RGB (Red+Green+Blue) = 223+225+128=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 225 (88.28% from 255 or 39.06% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 225 - color contains mainly: green. Hex color #DFE180 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE180 is #201E7F. Grayscale: #D5D5D5. Windows color (decimal): -2104960 or 8446431. OLE color: 8446431.
HSL color Cylindrical-coordinate representation of color #DFE180: hue angle of 61.24º degrees, saturation: 0.62, 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 #DFE180 is Cyan = 0.01, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 223 | 225 | 128 | - |
| CMYK | 0.01 | 0 | 0.43 | 0.12 |
| HSL | 61.24º | 0.62% | 0.69% | - |
| HSV(B) | 61.24º | 0.43% | 0.88% | - |
| XYZ | 61.25 | 71.1 | 30.92 | - |
| YUV | 213.34 | 79.84 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 225 | 128 | 0.01 | 0 | 0.43 | 0.12 | 61.24 | 0.62 | 0.69 |
| Hex | DF | E1 | 80 | 1 | 0 | 2B | C | 3D | 3E | 45 |
| Octal | 337 | 341 | 200 | 1 | 0 | 53 | 14 | 75 | 76 | 105 |
| Binary | 11011111 | 11100001 | 10000000 | 1 | 0 | 101011 | 1100 | 111101 | 111110 | 1000101 |
Color Harmonies of #DFE180
Complementary color
Monochromatic Colors of #DFE180
Black with #DFE180
Text Example
Text Example
White with #DFE180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE180; }
p { color: rgb(223,225,128); }
H1.HeaderClassName
{
color: #DFE180;
}
.AnyTagClassName
{
color: #DFE180;
}
</style>
background-color css
<style>
a { background-color: #DFE180; }
a { background-color: rgb(223,225,128); }
div.DivClassName
{
background-color: #DFE180;
}
.BgClassName
{
background-color: #DFE180;
}
</style>
border-color css
<style>
span { border-color: #DFE180; }
span { border-color: rgb(223,225,128); }
td.TdClassName
{
border-color: #DFE180;
}
.TagClassName
{
border-color: #DFE180;
}
</style>