Shades of Texas #DFE67F
Tints of Texas #DFE67F
RGB
CMYK
RGB Variations
Color information
#DFE67F (or 0xDFE67F) is known color: Texas. HEX triplet: DF, E6 and 7F. RGB value is (223,230,127). Sum of RGB (Red+Green+Blue) = 223+230+127=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 127 (50% from 255 or 21.90% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #DFE67F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DFE67F is #201980. Grayscale: #D8D8D8. Windows color (decimal): -2103681 or 8382175. OLE color: 8382175.
HSL color Cylindrical-coordinate representation of color #DFE67F: hue angle of 64.08º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFE67F is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 230 | 127 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.10 |
| HSL | 64.08º | 0.67% | 0.7% | - |
| HSV(B) | 64.08º | 0.45% | 0.9% | - |
| XYZ | 62.56 | 73.81 | 31.03 | - |
| YUV | 216.17 | 77.68 | 132.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 230 | 127 | 0.03 | 0 | 0.45 | 0.10 | 64.08 | 0.67 | 0.7 |
| Hex | DF | E6 | 7F | 3 | 0 | 2D | A | 40 | 43 | 46 |
| Octal | 337 | 346 | 177 | 3 | 0 | 55 | 12 | 100 | 103 | 106 |
| Binary | 11011111 | 11100110 | 1111111 | 11 | 0 | 101101 | 1010 | 1000000 | 1000011 | 1000110 |
Color Harmonies of #DFE67F
Complementary color
Monochromatic Colors of #DFE67F
Black with #DFE67F
Text Example
Text Example
White with #DFE67F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE67F; }
p { color: rgb(223,230,127); }
H1.HeaderClassName
{
color: #DFE67F;
}
.AnyTagClassName
{
color: #DFE67F;
}
</style>
background-color css
<style>
a { background-color: #DFE67F; }
a { background-color: rgb(223,230,127); }
div.DivClassName
{
background-color: #DFE67F;
}
.BgClassName
{
background-color: #DFE67F;
}
</style>
border-color css
<style>
span { border-color: #DFE67F; }
span { border-color: rgb(223,230,127); }
td.TdClassName
{
border-color: #DFE67F;
}
.TagClassName
{
border-color: #DFE67F;
}
</style>