Html Css Color HEX #DDE281 Texas

📋 copy color: '#DDE281'

red 221 ◦ green 226 ◦ blue 129

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

Shades of Texas #DDE281

Tints of Texas #DDE281

RGB

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

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

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

R = 38.37%
G = 39.24%
B = 22.4%

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

#DDE281 (or 0xDDE281) is known color: Texas. HEX triplet: DD, E2 and 81. RGB value is (221,226,129). Sum of RGB (Red+Green+Blue) = 221+226+129=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 129 (50.78% from 255 or 22.40% from 576); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE281 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDE281 is #221D7E. Grayscale: #D5D5D5. Windows color (decimal): -2235775 or 8512221. OLE color: 8512221.

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

Color convert

RGB 221 226 129 -
CMYK 0.02 0 0.43 0.11
HSL 63.09º 0.63% 0.7% -
HSV(B) 63.09º 0.43% 0.89% -
XYZ 60.98 71.35 31.33 -
YUV 213.45 80.34 133.39 -
System Red Green Blue C M Y K H S L
Decimal 221 226 129 0.02 0 0.43 0.11 63.09 0.63 0.7
Hex DD E2 81 2 0 2B B 3F 3F 46
Octal 335 342 201 2 0 53 13 77 77 106
Binary 11011101 11100010 10000001 10 0 101011 1011 111111 111111 1000110

Color Harmonies of #DDE281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE281

Black with #DDE281

Text Example


Text Example

White with #DDE281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE281; }

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

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

background-color css

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

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

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

border-color css

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

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

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