#DDE381

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

Shades of Texas #DDE381

Tints of Texas #DDE381

Color information

#DDE381 (or 0xDDE381) is unknown color: approx 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

RGB221227129-
CMYK0.0300.430.11
HSL63.67º63.64%69.8%-
HSV(B)63.67º43.17%89.02%-
XYZ61.2571.931.42-
YUV214.0380.01132.97-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.30%
GREEN value IS 227 (89.06% from 255) = 39.34%
BLUE value IS 129 (50.78% from 255) = 22.36%
R=38.30%
G=39.34%
B=22.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2212271290.0300.430.1163.6763.6469.8
HexDDE381302BB404046
Octal335343201305313100100106
Binary1101110111100011100000011101010111011100000010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDE381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>