#DFE37D

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

Shades of Texas #DFE37D

Tints of Texas #DFE37D

Color information

#DFE37D (or 0xDFE37D) is unknown color: approx Texas. HEX triplet: DF, E3 and 7D. RGB value is (223,227,125). Sum of RGB (Red+Green+Blue) = 223+227+125=575 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.78% from 575); Green value is 227 (89.06% from 255 or 39.48% from 575); Blue value is 125 (49.22% from 255 or 21.74% from 575); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFE37D is #201C82. Grayscale: #D6D6D6. Windows color (decimal): -2104451 or 8250335. OLE color: 8250335.

HSL color Cylindrical-coordinate representation of color #DFE37D: hue angle of 62.35º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFE37D is Cyan = 0.02, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.11.

Color convert

RGB223227125-
CMYK0.0200.450.11
HSL62.35º64.56%69.02%-
HSV(B)62.35º44.93%89.02%-
XYZ61.672.1130.07-
YUV214.1877.67134.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 38.78%
GREEN value IS 227 (89.06% from 255) = 39.48%
BLUE value IS 125 (49.22% from 255) = 21.74%
R=38.78%
G=39.48%
B=21.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2232271250.0200.450.1162.3564.5669.02
HexDFE37D202DB3e4145
Octal33734317520551376101105
Binary11011111111000111111101100101101101111111010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE37D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE37D; }

 p { color: rgb(223,227,125); }

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

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

 a { background-color: rgb(223,227,125); }

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

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

 span { border-color: rgb(223,227,125); }

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