Html Css Color HEX #DDE381 Texas

📋 copy color: '#DDE381'

red 221 ◦ green 227 ◦ blue 129

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

Shades of Texas #DDE381

Tints of Texas #DDE381

RGB

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

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

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

R = 38.3%
G = 39.34%
B = 22.36%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.43

 K value IS 0.11

RGB Variations

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

Color information

#DDE381 (or 0xDDE381) is known color: Texas. HEX triplet: DD, E3 and 81. RGB value is (221,227,129). Sum of RGB (Red+Green+Blue) = 221+227+129=577 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.30% from 577); Green value is 227 (89.06% from 255 or 39.34% from 577); Blue value is 129 (50.78% from 255 or 22.36% from 577); Max value from RGB is 227 - color contains mainly: green. Hex color #DDE381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE381 is #221C7E. Grayscale: #D6D6D6. Windows color (decimal): -2235519 or 8512477. OLE color: 8512477.

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

Color convert

RGB 221 227 129 -
CMYK 0.03 0 0.43 0.11
HSL 63.67º 0.64% 0.7% -
HSV(B) 63.67º 0.43% 0.89% -
XYZ 61.25 71.9 31.42 -
YUV 214.03 80.01 132.97 -
System Red Green Blue C M Y K H S L
Decimal 221 227 129 0.03 0 0.43 0.11 63.67 0.64 0.7
Hex DD E3 81 3 0 2B B 40 40 46
Octal 335 343 201 3 0 53 13 100 100 106
Binary 11011101 11100011 10000001 11 0 101011 1011 1000000 1000000 1000110

Color Harmonies of #DDE381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE381

Black with #DDE381

Text Example


Text Example

White with #DDE381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE381; }

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

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

background-color css

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

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

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

border-color css

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

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

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