Shades of Texas #DFE985
Tints of Texas #DFE985
RGB
CMYK
RGB Variations
Color information
#DFE985 (or 0xDFE985) is known color: Texas. HEX triplet: DF, E9 and 85. RGB value is (223,233,133). Sum of RGB (Red+Green+Blue) = 223+233+133=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 133 (52.34% from 255 or 22.58% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE985 is #20167A. Grayscale: #DBDBDB. Windows color (decimal): -2102907 or 8776159. OLE color: 8776159.
HSL color Cylindrical-coordinate representation of color #DFE985: hue angle of 66º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFE985 is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 233 | 133 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.09 |
| HSL | 66º | 0.69% | 0.72% | - |
| HSV(B) | 66º | 0.43% | 0.91% | - |
| XYZ | 63.8 | 75.66 | 33.43 | - |
| YUV | 218.61 | 79.69 | 131.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 233 | 133 | 0.04 | 0 | 0.43 | 0.09 | 66 | 0.69 | 0.72 |
| Hex | DF | E9 | 85 | 4 | 0 | 2B | 9 | 42 | 45 | 48 |
| Octal | 337 | 351 | 205 | 4 | 0 | 53 | 11 | 102 | 105 | 110 |
| Binary | 11011111 | 11101001 | 10000101 | 100 | 0 | 101011 | 1001 | 1000010 | 1000101 | 1001000 |
Color Harmonies of #DFE985
Complementary color
Monochromatic Colors of #DFE985
Black with #DFE985
Text Example
Text Example
White with #DFE985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE985; }
p { color: rgb(223,233,133); }
H1.HeaderClassName
{
color: #DFE985;
}
.AnyTagClassName
{
color: #DFE985;
}
</style>
background-color css
<style>
a { background-color: #DFE985; }
a { background-color: rgb(223,233,133); }
div.DivClassName
{
background-color: #DFE985;
}
.BgClassName
{
background-color: #DFE985;
}
</style>
border-color css
<style>
span { border-color: #DFE985; }
span { border-color: rgb(223,233,133); }
td.TdClassName
{
border-color: #DFE985;
}
.TagClassName
{
border-color: #DFE985;
}
</style>