Html Css Color HEX #DFE482 Texas

📋 copy color: '#DFE482'

red 223 ◦ green 228 ◦ blue 130

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

Shades of Texas #DFE482

Tints of Texas #DFE482

RGB

 RED value IS 223 (87.5% from 255) = 38.38%

 GREEN value IS 228 (89.45% from 255) = 39.24%

 BLUE value IS 130 (51.17% from 255) = 22.38%

R = 38.38%
G = 39.24%
B = 22.38%

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

#DFE482 (or 0xDFE482) is known color: Texas. HEX triplet: DF, E4 and 82. RGB value is (223,228,130). Sum of RGB (Red+Green+Blue) = 223+228+130=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 228 (89.45% from 255 or 39.24% from 581); Blue value is 130 (51.17% from 255 or 22.38% from 581); Max value from RGB is 228 - color contains mainly: green. Hex color #DFE482 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFE482 is #201B7D. Grayscale: #D7D7D7. Windows color (decimal): -2104190 or 8578271. OLE color: 8578271.

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

Color convert

RGB 223 228 130 -
CMYK 0.02 0 0.43 0.11
HSL 63.06º 0.64% 0.7% -
HSV(B) 63.06º 0.43% 0.89% -
XYZ 62.2 72.79 31.89 -
YUV 215.33 79.84 133.47 -
System Red Green Blue C M Y K H S L
Decimal 223 228 130 0.02 0 0.43 0.11 63.06 0.64 0.7
Hex DF E4 82 2 0 2B B 3F 40 46
Octal 337 344 202 2 0 53 13 77 100 106
Binary 11011111 11100100 10000010 10 0 101011 1011 111111 1000000 1000110

Color Harmonies of #DFE482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE482

Black with #DFE482

Text Example


Text Example

White with #DFE482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE482; }

 p { color: rgb(223,228,130); }

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

background-color css

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

 a { background-color: rgb(223,228,130); }

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

border-color css

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

 span { border-color: rgb(223,228,130); }

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