#DDE480

Color #DDE480 Texas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Texas #DDE480

Tints of Texas #DDE480

Color information

#DDE480 (or 0xDDE480) is unknown color: approx Texas. HEX triplet: DD, E4 and 80. RGB value is (221,228,128). Sum of RGB (Red+Green+Blue) = 221+228+128=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 228 (89.45% from 255 or 39.51% from 577); Blue value is 128 (50.39% from 255 or 22.18% from 577); Max value from RGB is 228 - color contains mainly: green. Hex color #DDE480 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE480 is #221B7F. Grayscale: #D6D6D6. Windows color (decimal): -2235264 or 8447197. OLE color: 8447197.

HSL color Cylindrical-coordinate representation of color #DDE480: hue angle of 64.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDE480 is Cyan = 0.03, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB221228128-
CMYK0.0300.440.11
HSL64.2º64.94%69.8%-
HSV(B)64.2º43.86%89.41%-
XYZ61.4672.4231.16-
YUV214.5179.18132.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 228 (89.45% from 255) = 39.51%
BLUE value IS 128 (50.39% from 255) = 22.18%
R=38.30%
G=39.51%
B=22.18%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212281280.0300.440.1164.264.9469.8
HexDDE480302CB404146
Octal335344200305413100101106
Binary1101110111100100100000001101011001011100000010000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDE480; }

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

 H1.HeaderClassName
 {
   color: #DDE480;
 }
 .AnyTagClassName
 {
   color: #DDE480;
 }
</style>
background-color css

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

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

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

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

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

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