Shades of Texas #DFE380
Tints of Texas #DFE380
RGB
CMYK
RGB Variations
Color information
#DFE380 (or 0xDFE380) is known color: Texas. HEX triplet: DF, E3 and 80. RGB value is (223,227,128). Sum of RGB (Red+Green+Blue) = 223+227+128=578 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.58% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 128 (50.39% from 255 or 22.15% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE380 is #201C7F. Grayscale: #D6D6D6. Windows color (decimal): -2104448 or 8446943. OLE color: 8446943.
HSL color Cylindrical-coordinate representation of color #DFE380: hue angle of 62.42º degrees, saturation: 0.64, 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 #DFE380 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 227 | 128 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.11 |
| HSL | 62.42º | 0.64% | 0.7% | - |
| HSV(B) | 62.42º | 0.44% | 0.89% | - |
| XYZ | 61.8 | 72.18 | 31.1 | - |
| YUV | 214.52 | 79.17 | 134.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 227 | 128 | 0.02 | 0 | 0.44 | 0.11 | 62.42 | 0.64 | 0.7 |
| Hex | DF | E3 | 80 | 2 | 0 | 2C | B | 3E | 40 | 46 |
| Octal | 337 | 343 | 200 | 2 | 0 | 54 | 13 | 76 | 100 | 106 |
| Binary | 11011111 | 11100011 | 10000000 | 10 | 0 | 101100 | 1011 | 111110 | 1000000 | 1000110 |
Color Harmonies of #DFE380
Complementary color
Monochromatic Colors of #DFE380
Black with #DFE380
Text Example
Text Example
White with #DFE380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE380; }
p { color: rgb(223,227,128); }
H1.HeaderClassName
{
color: #DFE380;
}
.AnyTagClassName
{
color: #DFE380;
}
</style>
background-color css
<style>
a { background-color: #DFE380; }
a { background-color: rgb(223,227,128); }
div.DivClassName
{
background-color: #DFE380;
}
.BgClassName
{
background-color: #DFE380;
}
</style>
border-color css
<style>
span { border-color: #DFE380; }
span { border-color: rgb(223,227,128); }
td.TdClassName
{
border-color: #DFE380;
}
.TagClassName
{
border-color: #DFE380;
}
</style>