Html Css Color HEX #DFE382 Texas

📋 copy color: '#DFE382'

red 223 ◦ green 227 ◦ blue 130

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

Shades of Texas #DFE382

Tints of Texas #DFE382

RGB

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

 GREEN value IS 227 (89.06% from 255) = 39.14%

 BLUE value IS 130 (51.17% from 255) = 22.41%

R = 38.45%
G = 39.14%
B = 22.41%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#DFE382 (or 0xDFE382) is known color: Texas. HEX triplet: DF, E3 and 82. RGB value is (223,227,130). Sum of RGB (Red+Green+Blue) = 223+227+130=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 227 (89.06% from 255 or 39.14% from 580); Blue value is 130 (51.17% from 255 or 22.41% from 580); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE382 is #201C7D. Grayscale: #D7D7D7. Windows color (decimal): -2104446 or 8578015. OLE color: 8578015.

HSL color Cylindrical-coordinate representation of color #DFE382: hue angle of 62.47º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFE382 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 223 227 130 -
CMYK 0.02 0 0.43 0.11
HSL 62.47º 0.63% 0.7% -
HSV(B) 62.47º 0.43% 0.89% -
XYZ 61.93 72.24 31.8 -
YUV 214.75 80.17 133.89 -
System Red Green Blue C M Y K H S L
Decimal 223 227 130 0.02 0 0.43 0.11 62.47 0.63 0.7
Hex DF E3 82 2 0 2B B 3E 3F 46
Octal 337 343 202 2 0 53 13 76 77 106
Binary 11011111 11100011 10000010 10 0 101011 1011 111110 111111 1000110

Color Harmonies of #DFE382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE382

Black with #DFE382

Text Example


Text Example

White with #DFE382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE382; }

 p { color: rgb(223,227,130); }

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

background-color css

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

 a { background-color: rgb(223,227,130); }

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

border-color css

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

 span { border-color: rgb(223,227,130); }

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