Html Css Color HEX #DEE983 Texas

📋 copy color: '#DEE983'

red 222 ◦ green 233 ◦ blue 131

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

Shades of Texas #DEE983

Tints of Texas #DEE983

RGB

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

 GREEN value IS 233 (91.41% from 255) = 39.76%

 BLUE value IS 131 (51.56% from 255) = 22.35%

R = 37.88%
G = 39.76%
B = 22.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.44

 K value IS 0.09

RGB Variations

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

Color information

#DEE983 (or 0xDEE983) is known color: Texas. HEX triplet: DE, E9 and 83. RGB value is (222,233,131). Sum of RGB (Red+Green+Blue) = 222+233+131=586 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.88% from 586); Green value is 233 (91.41% from 255 or 39.76% from 586); Blue value is 131 (51.56% from 255 or 22.35% from 586); Max value from RGB is 233 - color contains mainly: green. Hex color #DEE983 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE983 is #21167C. Grayscale: #DADADA. Windows color (decimal): -2168445 or 8645086. OLE color: 8645086.

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

Color convert

RGB 222 233 131 -
CMYK 0.05 0 0.44 0.09
HSL 66.47º 0.7% 0.71% -
HSV(B) 66.47º 0.44% 0.91% -
XYZ 63.36 75.45 32.7 -
YUV 218.08 78.86 130.79 -
System Red Green Blue C M Y K H S L
Decimal 222 233 131 0.05 0 0.44 0.09 66.47 0.7 0.71
Hex DE E9 83 5 0 2C 9 42 46 47
Octal 336 351 203 5 0 54 11 102 106 107
Binary 11011110 11101001 10000011 101 0 101100 1001 1000010 1000110 1000111

Color Harmonies of #DEE983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE983

Black with #DEE983

Text Example


Text Example

White with #DEE983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE983; }

 p { color: rgb(222,233,131); }

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

background-color css

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

 a { background-color: rgb(222,233,131); }

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

border-color css

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

 span { border-color: rgb(222,233,131); }

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