Html Css Color HEX #DFE880 Texas

📋 copy color: '#DFE880'

red 223 ◦ green 232 ◦ blue 128

#DFE880
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Texas #DFE880

Tints of Texas #DFE880

RGB

 RED value IS 223 (87.5% from 255) = 38.25%

 GREEN value IS 232 (91.02% from 255) = 39.79%

 BLUE value IS 128 (50.39% from 255) = 21.96%

R = 38.25%
G = 39.79%
B = 21.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.45

 K value IS 0.09

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DFE880 (or 0xDFE880) is known color: Texas. HEX triplet: DF, E8 and 80. RGB value is (223,232,128). Sum of RGB (Red+Green+Blue) = 223+232+128=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 232 (91.02% from 255 or 39.79% from 583); Blue value is 128 (50.39% from 255 or 21.96% from 583); Max value from RGB is 232 - color contains mainly: green. Hex color #DFE880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFE880 is #20177F. Grayscale: #D9D9D9. Windows color (decimal): -2103168 or 8448223. OLE color: 8448223.

HSL color Cylindrical-coordinate representation of color #DFE880: hue angle of 65.19º degrees, saturation: 0.69, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFE880 is Cyan = 0.04, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 223 232 128 -
CMYK 0.04 0 0.45 0.09
HSL 65.19º 0.69% 0.71% -
HSV(B) 65.19º 0.45% 0.91% -
XYZ 63.18 74.96 31.56 -
YUV 217.45 77.52 131.96 -
System Red Green Blue C M Y K H S L
Decimal 223 232 128 0.04 0 0.45 0.09 65.19 0.69 0.71
Hex DF E8 80 4 0 2D 9 41 45 47
Octal 337 350 200 4 0 55 11 101 105 107
Binary 11011111 11101000 10000000 100 0 101101 1001 1000001 1000101 1000111

Color Harmonies of #DFE880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE880

Black with #DFE880

Text Example


Text Example

White with #DFE880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE880; }

 p { color: rgb(223,232,128); }

 H1.HeaderClassName
 {
   color: #DFE880;
 }
 .AnyTagClassName
 {
   color: #DFE880;
 }
</style>

background-color css

<style>
 a { background-color: #DFE880; }

 a { background-color: rgb(223,232,128); }

 div.DivClassName
 {
   background-color: #DFE880;
 }
 .BgClassName
 {
   background-color: #DFE880;
 }
</style>

border-color css

<style>
 span { border-color: #DFE880; }

 span { border-color: rgb(223,232,128); }

 td.TdClassName
 {
   border-color: #DFE880;
 }
 .TagClassName
 {
   border-color: #DFE880;
 }
</style>