Html Css Color HEX #DDE210 Lemon

📋 copy color: '#DDE210'

red 221 ◦ green 226 ◦ blue 16

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

Shades of Lemon #DDE210

Tints of Lemon #DDE210

RGB

 RED value IS 221 (86.72% from 255) = 47.73%

 GREEN value IS 226 (88.67% from 255) = 48.81%

 BLUE value IS 16 (6.64% from 255) = 3.46%

R = 47.73%
G = 48.81%
B = 3.46%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.93

 K value IS 0.11

RGB Variations

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

Color information

#DDE210 (or 0xDDE210) is known color: Lemon. HEX triplet: DD, E2 and 10. RGB value is (221,226,16). Sum of RGB (Red+Green+Blue) = 221+226+16=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 226 (88.67% from 255 or 48.81% from 463); Blue value is 16 (6.64% from 255 or 3.46% from 463); Max value from RGB is 226 - color contains mainly: green. Hex color #DDE210 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #DDE210 is #221DEF. Grayscale: #C9C9C9. Windows color (decimal): -2235888 or 1106653. OLE color: 1106653.

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

Color convert

RGB 221 226 16 -
CMYK 0.02 0 0.93 0.11
HSL 61.43º 0.87% 0.47% -
HSV(B) 61.43º 0.93% 0.89% -
XYZ 57.11 69.8 10.95 -
YUV 200.57 23.84 142.58 -
System Red Green Blue C M Y K H S L
Decimal 221 226 16 0.02 0 0.93 0.11 61.43 0.87 0.47
Hex DD E2 10 2 0 5D B 3D 57 2F
Octal 335 342 20 2 0 135 13 75 127 57
Binary 11011101 11100010 10000 10 0 1011101 1011 111101 1010111 101111

Color Harmonies of #DDE210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE210

Black with #DDE210

Text Example


Text Example

White with #DDE210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE210; }

 p { color: rgb(221,226,16); }

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

background-color css

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

 a { background-color: rgb(221,226,16); }

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

border-color css

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

 span { border-color: rgb(221,226,16); }

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