Shades of Texas #DFE782
Tints of Texas #DFE782
RGB
CMYK
RGB Variations
Color information
#DFE782 (or 0xDFE782) is known color: Texas. HEX triplet: DF, E7 and 82. RGB value is (223,231,130). Sum of RGB (Red+Green+Blue) = 223+231+130=584 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.18% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 130 (51.17% from 255 or 22.26% from 584); Max value from RGB is 231 - color contains mainly: green. Hex color #DFE782 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE782 is #20187D. Grayscale: #D9D9D9. Windows color (decimal): -2103422 or 8579039. OLE color: 8579039.
HSL color Cylindrical-coordinate representation of color #DFE782: hue angle of 64.75º degrees, saturation: 0.68, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFE782 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 231 | 130 | - |
| CMYK | 0.03 | 0 | 0.44 | 0.09 |
| HSL | 64.75º | 0.68% | 0.71% | - |
| HSV(B) | 64.75º | 0.44% | 0.91% | - |
| XYZ | 63.04 | 74.45 | 32.17 | - |
| YUV | 217.09 | 78.85 | 132.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 231 | 130 | 0.03 | 0 | 0.44 | 0.09 | 64.75 | 0.68 | 0.71 |
| Hex | DF | E7 | 82 | 3 | 0 | 2C | 9 | 41 | 44 | 47 |
| Octal | 337 | 347 | 202 | 3 | 0 | 54 | 11 | 101 | 104 | 107 |
| Binary | 11011111 | 11100111 | 10000010 | 11 | 0 | 101100 | 1001 | 1000001 | 1000100 | 1000111 |
Color Harmonies of #DFE782
Complementary color
Monochromatic Colors of #DFE782
Black with #DFE782
Text Example
Text Example
White with #DFE782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE782; }
p { color: rgb(223,231,130); }
H1.HeaderClassName
{
color: #DFE782;
}
.AnyTagClassName
{
color: #DFE782;
}
</style>
background-color css
<style>
a { background-color: #DFE782; }
a { background-color: rgb(223,231,130); }
div.DivClassName
{
background-color: #DFE782;
}
.BgClassName
{
background-color: #DFE782;
}
</style>
border-color css
<style>
span { border-color: #DFE782; }
span { border-color: rgb(223,231,130); }
td.TdClassName
{
border-color: #DFE782;
}
.TagClassName
{
border-color: #DFE782;
}
</style>