Html Css Color HEX #DEE382 Texas

📋 copy color: '#DEE382'

red 222 ◦ green 227 ◦ blue 130

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

Shades of Texas #DEE382

Tints of Texas #DEE382

RGB

 RED value IS 222 (87.11% from 255) = 38.34%

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

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

R = 38.34%
G = 39.21%
B = 22.45%

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

#DEE382 (or 0xDEE382) is known color: Texas. HEX triplet: DE, E3 and 82. RGB value is (222,227,130). Sum of RGB (Red+Green+Blue) = 222+227+130=579 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.34% from 579); Green value is 227 (89.06% from 255 or 39.21% from 579); Blue value is 130 (51.17% from 255 or 22.45% from 579); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE382 is #211C7D. Grayscale: #D6D6D6. Windows color (decimal): -2169982 or 8578014. OLE color: 8578014.

HSL color Cylindrical-coordinate representation of color #DEE382: hue angle of 63.09º 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 #DEE382 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.11.

Color convert

RGB 222 227 130 -
CMYK 0.02 0 0.43 0.11
HSL 63.09º 0.63% 0.7% -
HSV(B) 63.09º 0.43% 0.89% -
XYZ 61.62 72.08 31.78 -
YUV 214.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 222 227 130 0.02 0 0.43 0.11 63.09 0.63 0.7
Hex DE E3 82 2 0 2B B 3F 3F 46
Octal 336 343 202 2 0 53 13 77 77 106
Binary 11011110 11100011 10000010 10 0 101011 1011 111111 111111 1000110

Color Harmonies of #DEE382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE382

Black with #DEE382

Text Example


Text Example

White with #DEE382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE382; }

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

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

background-color css

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

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

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

border-color css

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

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

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