#DCE381

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

Shades of Texas #DCE381

Tints of Texas #DCE381

Color information

#DCE381 (or 0xDCE381) is unknown color: approx Texas. HEX triplet: DC, E3 and 81. RGB value is (220,227,129). Sum of RGB (Red+Green+Blue) = 220+227+129=576 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.19% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 129 (50.78% from 255 or 22.40% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE381 is #231C7E. Grayscale: #D6D6D6. Windows color (decimal): -2301055 or 8512476. OLE color: 8512476.

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

Color convert

RGB220227129-
CMYK0.0300.430.11
HSL64.29º63.64%69.8%-
HSV(B)64.29º43.17%89.02%-
XYZ60.9571.7431.4-
YUV213.7480.18132.47-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.19%
GREEN value IS 227 (89.06% from 255) = 39.41%
BLUE value IS 129 (50.78% from 255) = 22.40%
R=38.19%
G=39.41%
B=22.40%

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
Decimal2202271290.0300.430.1164.2963.6469.8
HexDCE381302BB404046
Octal334343201305313100100106
Binary1101110011100011100000011101010111011100000010000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE381; }

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

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

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

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

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

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

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

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