Html Css Color HEX #DEE381 Texas

📋 copy color: '#DEE381'

red 222 ◦ green 227 ◦ blue 129

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

Shades of Texas #DEE381

Tints of Texas #DEE381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 22.32%

R = 38.41%
G = 39.27%
B = 22.32%

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

#DEE381 (or 0xDEE381) is known color: Texas. HEX triplet: DE, E3 and 81. RGB value is (222,227,129). Sum of RGB (Red+Green+Blue) = 222+227+129=578 (76% of max value = 765). Red value is 222 (87.11% from 255 or 38.41% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 129 (50.78% from 255 or 22.32% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #DEE381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEE381 is #211C7E. Grayscale: #D6D6D6. Windows color (decimal): -2169983 or 8512478. OLE color: 8512478.

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

Color convert

RGB 222 227 129 -
CMYK 0.02 0 0.43 0.11
HSL 63.06º 0.64% 0.7% -
HSV(B) 63.06º 0.43% 0.89% -
XYZ 61.56 72.05 31.43 -
YUV 214.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 222 227 129 0.02 0 0.43 0.11 63.06 0.64 0.7
Hex DE E3 81 2 0 2B B 3F 40 46
Octal 336 343 201 2 0 53 13 77 100 106
Binary 11011110 11100011 10000001 10 0 101011 1011 111111 1000000 1000110

Color Harmonies of #DEE381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE381

Black with #DEE381

Text Example


Text Example

White with #DEE381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE381; }

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

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

background-color css

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

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

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

border-color css

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

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

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