Html Css Color HEX #DDE380 Texas

📋 copy color: '#DDE380'

red 221 ◦ green 227 ◦ blue 128

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

Shades of Texas #DDE380

Tints of Texas #DDE380

RGB

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

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

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

R = 38.37%
G = 39.41%
B = 22.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#DDE380 (or 0xDDE380) is known color: Texas. HEX triplet: DD, E3 and 80. RGB value is (221,227,128). Sum of RGB (Red+Green+Blue) = 221+227+128=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 128 (50.39% from 255 or 22.22% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE380 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE380 is #221C7F. Grayscale: #D6D6D6. Windows color (decimal): -2235520 or 8446941. OLE color: 8446941.

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

Color convert

RGB 221 227 128 -
CMYK 0.03 0 0.44 0.11
HSL 63.64º 0.64% 0.7% -
HSV(B) 63.64º 0.44% 0.89% -
XYZ 61.18 71.87 31.07 -
YUV 213.92 79.51 133.05 -
System Red Green Blue C M Y K H S L
Decimal 221 227 128 0.03 0 0.44 0.11 63.64 0.64 0.7
Hex DD E3 80 3 0 2C B 40 40 46
Octal 335 343 200 3 0 54 13 100 100 106
Binary 11011101 11100011 10000000 11 0 101100 1011 1000000 1000000 1000110

Color Harmonies of #DDE380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE380

Black with #DDE380

Text Example


Text Example

White with #DDE380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE380; }

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

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

background-color css

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

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

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

border-color css

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

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

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