Html Css Color HEX #DCE381 Texas

📋 copy color: '#DCE381'

red 220 ◦ green 227 ◦ blue 129

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

Shades of Texas #DCE381

Tints of Texas #DCE381

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.4%

R = 38.19%
G = 39.41%
B = 22.4%

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

#DCE381 (or 0xDCE381) is known color: 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

RGB 220 227 129 -
CMYK 0.03 0 0.43 0.11
HSL 64.29º 0.64% 0.7% -
HSV(B) 64.29º 0.43% 0.89% -
XYZ 60.95 71.74 31.4 -
YUV 213.74 80.18 132.47 -
System Red Green Blue C M Y K H S L
Decimal 220 227 129 0.03 0 0.43 0.11 64.29 0.64 0.7
Hex DC E3 81 3 0 2B B 40 40 46
Octal 334 343 201 3 0 53 13 100 100 106
Binary 11011100 11100011 10000001 11 0 101011 1011 1000000 1000000 1000110

Color Harmonies of #DCE381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE381

Black with #DCE381

Text Example


Text Example

White with #DCE381

Text Example


Text Example

HTML Codes & Css Web 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>