Html Css Color HEX #DEE885 Texas

📋 copy color: '#DEE885'

red 222 ◦ green 232 ◦ blue 133

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

Shades of Texas #DEE885

Tints of Texas #DEE885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 22.66%

R = 37.82%
G = 39.52%
B = 22.66%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.43

 K value IS 0.09

RGB Variations

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

Color information

#DEE885 (or 0xDEE885) is known color: Texas. HEX triplet: DE, E8 and 85. RGB value is (222,232,133). Sum of RGB (Red+Green+Blue) = 222+232+133=587 (77% of max value = 765). Red value is 222 (87.11% from 255 or 37.82% from 587); Green value is 232 (91.02% from 255 or 39.52% from 587); Blue value is 133 (52.34% from 255 or 22.66% from 587); Max value from RGB is 232 - color contains mainly: green. Hex color #DEE885 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEE885 is #21177A. Grayscale: #DADADA. Windows color (decimal): -2168699 or 8775902. OLE color: 8775902.

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

Color convert

RGB 222 232 133 -
CMYK 0.04 0 0.43 0.09
HSL 66.06º 0.68% 0.72% -
HSV(B) 66.06º 0.43% 0.91% -
XYZ 63.21 74.94 33.32 -
YUV 217.72 80.19 131.05 -
System Red Green Blue C M Y K H S L
Decimal 222 232 133 0.04 0 0.43 0.09 66.06 0.68 0.72
Hex DE E8 85 4 0 2B 9 42 44 48
Octal 336 350 205 4 0 53 11 102 104 110
Binary 11011110 11101000 10000101 100 0 101011 1001 1000010 1000100 1001000

Color Harmonies of #DEE885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEE885

Black with #DEE885

Text Example


Text Example

White with #DEE885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEE885; }

 p { color: rgb(222,232,133); }

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

background-color css

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

 a { background-color: rgb(222,232,133); }

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

border-color css

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

 span { border-color: rgb(222,232,133); }

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