Html Css Color HEX #DFE314 Lemon

📋 copy color: '#DFE314'

red 223 ◦ green 227 ◦ blue 20

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

Shades of Lemon #DFE314

Tints of Lemon #DFE314

RGB

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

 GREEN value IS 227 (89.06% from 255) = 48.3%

 BLUE value IS 20 (8.2% from 255) = 4.26%

R = 47.45%
G = 48.3%
B = 4.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.91

 K value IS 0.11

RGB Variations

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

Color information

#DFE314 (or 0xDFE314) is known color: Lemon. HEX triplet: DF, E3 and 14. RGB value is (223,227,20). Sum of RGB (Red+Green+Blue) = 223+227+20=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 227 (89.06% from 255 or 48.30% from 470); Blue value is 20 (8.20% from 255 or 4.26% from 470); Max value from RGB is 227 - color contains mainly: green. Hex color #DFE314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DFE314 is #201CEB. Grayscale: #CBCBCB. Windows color (decimal): -2104556 or 1369055. OLE color: 1369055.

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

Color convert

RGB 223 227 20 -
CMYK 0.02 0 0.91 0.11
HSL 61.16º 0.84% 0.48% -
HSV(B) 61.16º 0.91% 0.89% -
XYZ 58.03 70.68 11.25 -
YUV 202.21 25.17 142.83 -
System Red Green Blue C M Y K H S L
Decimal 223 227 20 0.02 0 0.91 0.11 61.16 0.84 0.48
Hex DF E3 14 2 0 5B B 3D 54 30
Octal 337 343 24 2 0 133 13 75 124 60
Binary 11011111 11100011 10100 10 0 1011011 1011 111101 1010100 110000

Color Harmonies of #DFE314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFE314

Black with #DFE314

Text Example


Text Example

White with #DFE314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFE314; }

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

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

background-color css

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

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

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

border-color css

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

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

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