Shades of Texas #DFE57D
Tints of Texas #DFE57D
RGB
CMYK
RGB Variations
Color information
#DFE57D (or 0xDFE57D) is known color: Texas. HEX triplet: DF, E5 and 7D. RGB value is (223,229,125). Sum of RGB (Red+Green+Blue) = 223+229+125=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 229 (89.84% from 255 or 39.69% from 577); Blue value is 125 (49.22% from 255 or 21.66% from 577); Max value from RGB is 229 - color contains mainly: green. Hex color #DFE57D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE57D is #201A82. Grayscale: #D7D7D7. Windows color (decimal): -2103939 or 8250847. OLE color: 8250847.
HSL color Cylindrical-coordinate representation of color #DFE57D: hue angle of 63.46º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFE57D is Cyan = 0.03, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 229 | 125 | - |
| CMYK | 0.03 | 0 | 0.45 | 0.10 |
| HSL | 63.46º | 0.67% | 0.69% | - |
| HSV(B) | 63.46º | 0.45% | 0.9% | - |
| XYZ | 62.15 | 73.21 | 30.26 | - |
| YUV | 215.35 | 77.01 | 133.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 229 | 125 | 0.03 | 0 | 0.45 | 0.10 | 63.46 | 0.67 | 0.69 |
| Hex | DF | E5 | 7D | 3 | 0 | 2D | A | 3F | 43 | 45 |
| Octal | 337 | 345 | 175 | 3 | 0 | 55 | 12 | 77 | 103 | 105 |
| Binary | 11011111 | 11100101 | 1111101 | 11 | 0 | 101101 | 1010 | 111111 | 1000011 | 1000101 |
Color Harmonies of #DFE57D
Complementary color
Monochromatic Colors of #DFE57D
Black with #DFE57D
Text Example
Text Example
White with #DFE57D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFE57D; }
p { color: rgb(223,229,125); }
H1.HeaderClassName
{
color: #DFE57D;
}
.AnyTagClassName
{
color: #DFE57D;
}
</style>
background-color css
<style>
a { background-color: #DFE57D; }
a { background-color: rgb(223,229,125); }
div.DivClassName
{
background-color: #DFE57D;
}
.BgClassName
{
background-color: #DFE57D;
}
</style>
border-color css
<style>
span { border-color: #DFE57D; }
span { border-color: rgb(223,229,125); }
td.TdClassName
{
border-color: #DFE57D;
}
.TagClassName
{
border-color: #DFE57D;
}
</style>