Html Css Color HEX #DDE023 Bitter Lemon

📋 copy color: '#DDE023'

red 221 ◦ green 224 ◦ blue 35

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

Shades of Bitter Lemon #DDE023

Tints of Bitter Lemon #DDE023

RGB

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

 GREEN value IS 224 (87.89% from 255) = 46.67%

 BLUE value IS 35 (14.06% from 255) = 7.29%

R = 46.04%
G = 46.67%
B = 7.29%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.84

 K value IS 0.12

RGB Variations

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

Color information

#DDE023 (or 0xDDE023) is known color: Bitter Lemon. HEX triplet: DD, E0 and 23. RGB value is (221,224,35). Sum of RGB (Red+Green+Blue) = 221+224+35=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 224 (87.89% from 255 or 46.67% from 480); Blue value is 35 (14.06% from 255 or 7.29% from 480); Max value from RGB is 224 - color contains mainly: green. Hex color #DDE023 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE023 is #221FDC. Grayscale: #CACACA. Windows color (decimal): -2236381 or 2351325. OLE color: 2351325.

HSL color Cylindrical-coordinate representation of color #DDE023: hue angle of 60.95º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DDE023 is Cyan = 0.01, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.12.

Color convert

RGB 221 224 35 -
CMYK 0.01 0 0.84 0.12
HSL 60.95º 0.75% 0.51% -
HSV(B) 60.95º 0.84% 0.88% -
XYZ 56.78 68.8 11.88 -
YUV 201.56 34.01 141.87 -
System Red Green Blue C M Y K H S L
Decimal 221 224 35 0.01 0 0.84 0.12 60.95 0.75 0.51
Hex DD E0 23 1 0 54 C 3D 4B 33
Octal 335 340 43 1 0 124 14 75 113 63
Binary 11011101 11100000 100011 1 0 1010100 1100 111101 1001011 110011

Color Harmonies of #DDE023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE023

Black with #DDE023

Text Example


Text Example

White with #DDE023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE023; }

 p { color: rgb(221,224,35); }

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

background-color css

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

 a { background-color: rgb(221,224,35); }

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

border-color css

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

 span { border-color: rgb(221,224,35); }

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