#DFEA82

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

Shades of Texas #DFEA82

Tints of Texas #DFEA82

Color information

#DFEA82 (or 0xDFEA82) is unknown color: approx Texas. HEX triplet: DF, EA and 82. RGB value is (223,234,130). Sum of RGB (Red+Green+Blue) = 223+234+130=587 (77% of max value = 765). Red value is 223 (87.5% from 255 or 37.99% from 587); Green value is 234 (91.80% from 255 or 39.86% from 587); Blue value is 130 (51.17% from 255 or 22.15% from 587); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEA82 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DFEA82 is #20157D. Grayscale: #DBDBDB. Windows color (decimal): -2102654 or 8579807. OLE color: 8579807.

HSL color Cylindrical-coordinate representation of color #DFEA82: hue angle of 66.35º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFEA82 is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB223234130-
CMYK0.0500.440.08
HSL66.35º71.23%71.37%-
HSV(B)66.35º44.44%91.76%-
XYZ63.8876.1532.45-
YUV218.8677.86130.96-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.99%
GREEN value IS 234 (91.80% from 255) = 39.86%
BLUE value IS 130 (51.17% from 255) = 22.15%
R=37.99%
G=39.86%
B=22.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232341300.0500.440.0866.3571.2371.37
HexDFEA82502C8424747
Octal337352202505410102107107
Binary11011111111010101000001010101011001000100001010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEA82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEA82; }

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

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

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

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

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

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

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

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