Html Css Color HEX #DDE280 Texas

📋 copy color: '#DDE280'

red 221 ◦ green 226 ◦ blue 128

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

Shades of Texas #DDE280

Tints of Texas #DDE280

RGB

 RED value IS 221 (86.72% from 255) = 38.43%

 GREEN value IS 226 (88.67% from 255) = 39.3%

 BLUE value IS 128 (50.39% from 255) = 22.26%

R = 38.43%
G = 39.3%
B = 22.26%

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

#DDE280 (or 0xDDE280) is known color: Texas. HEX triplet: DD, E2 and 80. RGB value is (221,226,128). Sum of RGB (Red+Green+Blue) = 221+226+128=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 226 (88.67% from 255 or 39.30% from 575); Blue value is 128 (50.39% from 255 or 22.26% from 575); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE280 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE280 is #221D7F. Grayscale: #D5D5D5. Windows color (decimal): -2235776 or 8446685. OLE color: 8446685.

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

Color convert

RGB 221 226 128 -
CMYK 0.02 0 0.43 0.11
HSL 63.06º 0.63% 0.69% -
HSV(B) 63.06º 0.43% 0.89% -
XYZ 60.91 71.32 30.98 -
YUV 213.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 221 226 128 0.02 0 0.43 0.11 63.06 0.63 0.69
Hex DD E2 80 2 0 2B B 3F 3F 45
Octal 335 342 200 2 0 53 13 77 77 105
Binary 11011101 11100010 10000000 10 0 101011 1011 111111 111111 1000101

Color Harmonies of #DDE280

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE280

Black with #DDE280

Text Example


Text Example

White with #DDE280

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE280; }

 p { color: rgb(221,226,128); }

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

background-color css

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

 a { background-color: rgb(221,226,128); }

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

border-color css

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

 span { border-color: rgb(221,226,128); }

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