Shades of Texas #DFE680
Tints of Texas #DFE680
RGB
CMYK
RGB Variations
Color information
#DFE680 (or 0xDFE680) is known color: Texas. HEX triplet: DF, E6 and 80. RGB value is (223,230,128). Sum of RGB (Red+Green+Blue) = 223+230+128=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 128 (50.39% from 255 or 22.03% from 581); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE680 is #20197F. Grayscale: #D8D8D8. Windows color (decimal): -2103680 or 8447711. OLE color: 8447711.
HSL color Cylindrical-coordinate representation of color #DFE680: hue angle of 64.12º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFE680 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 128 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.10 |
| HSL | 64.12º | 0.67% | 0.7% | - |
| HSV(B) | 64.12º | 0.44% | 0.9% | - |
| XYZ | 62.62 | 73.84 | 31.37 | - |
| YUV | 216.28 | 78.18 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 128 | 0.03 | 0 | 0.44 | 0.10 | 64.12 | 0.67 | 0.7 |
| Hex | DF | E6 | 80 | 3 | 0 | 2C | A | 40 | 43 | 46 |
| Octal | 337 | 346 | 200 | 3 | 0 | 54 | 12 | 100 | 103 | 106 |
| Binary | 11011111 | 11100110 | 10000000 | 11 | 0 | 101100 | 1010 | 1000000 | 1000011 | 1000110 |
Color Harmonies of #DFE680
Complementary color
Monochromatic Colors of #DFE680
Black with #DFE680
Text Example
Text Example
White with #DFE680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE680; }
p { color: rgb(223,230,128); }
H1.HeaderClassName
{
color: #DFE680;
}
.AnyTagClassName
{
color: #DFE680;
}
</style>
background-color css
<style>
a { background-color: #DFE680; }
a { background-color: rgb(223,230,128); }
div.DivClassName
{
background-color: #DFE680;
}
.BgClassName
{
background-color: #DFE680;
}
</style>
border-color css
<style>
span { border-color: #DFE680; }
span { border-color: rgb(223,230,128); }
td.TdClassName
{
border-color: #DFE680;
}
.TagClassName
{
border-color: #DFE680;
}
</style>