Html Css Color HEX #DDE12B Bitter Lemon

📋 copy color: '#DDE12B'

red 221 ◦ green 225 ◦ blue 43

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

Shades of Bitter Lemon #DDE12B

Tints of Bitter Lemon #DDE12B

RGB

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

 GREEN value IS 225 (88.28% from 255) = 46.01%

 BLUE value IS 43 (17.19% from 255) = 8.79%

R = 45.19%
G = 46.01%
B = 8.79%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.81

 K value IS 0.12

RGB Variations

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

Color information

#DDE12B (or 0xDDE12B) is known color: Bitter Lemon. HEX triplet: DD, E1 and 2B. RGB value is (221,225,43). Sum of RGB (Red+Green+Blue) = 221+225+43=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 225 (88.28% from 255 or 46.01% from 489); Blue value is 43 (17.19% from 255 or 8.79% from 489); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE12B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE12B is #221ED4. Grayscale: #CBCBCB. Windows color (decimal): -2236117 or 2875869. OLE color: 2875869.

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

Color convert

RGB 221 225 43 -
CMYK 0.02 0 0.81 0.12
HSL 61.32º 0.75% 0.53% -
HSV(B) 61.32º 0.81% 0.88% -
XYZ 57.18 69.4 12.67 -
YUV 203.06 37.67 140.8 -
System Red Green Blue C M Y K H S L
Decimal 221 225 43 0.02 0 0.81 0.12 61.32 0.75 0.53
Hex DD E1 2B 2 0 51 C 3D 4B 35
Octal 335 341 53 2 0 121 14 75 113 65
Binary 11011101 11100001 101011 10 0 1010001 1100 111101 1001011 110101

Color Harmonies of #DDE12B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE12B

Black with #DDE12B

Text Example


Text Example

White with #DDE12B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE12B; }

 p { color: rgb(221,225,43); }

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

background-color css

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

 a { background-color: rgb(221,225,43); }

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

border-color css

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

 span { border-color: rgb(221,225,43); }

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