Html Css Color HEX #DDE12A Bitter Lemon

📋 copy color: '#DDE12A'

red 221 ◦ green 225 ◦ blue 42

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

Shades of Bitter Lemon #DDE12A

Tints of Bitter Lemon #DDE12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.61%

R = 45.29%
G = 46.11%
B = 8.61%

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

#DDE12A (or 0xDDE12A) is known color: Bitter Lemon. HEX triplet: DD, E1 and 2A. RGB value is (221,225,42). Sum of RGB (Red+Green+Blue) = 221+225+42=488 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.29% from 488); Green value is 225 (88.28% from 255 or 46.11% from 488); Blue value is 42 (16.80% from 255 or 8.61% from 488); Max value from RGB is 225 - color contains mainly: green. Hex color #DDE12A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDE12A is #221ED5. Grayscale: #CBCBCB. Windows color (decimal): -2236118 or 2810333. OLE color: 2810333.

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

Color convert

RGB 221 225 42 -
CMYK 0.02 0 0.81 0.12
HSL 61.31º 0.75% 0.52% -
HSV(B) 61.31º 0.81% 0.88% -
XYZ 57.16 69.39 12.57 -
YUV 202.94 37.17 140.88 -
System Red Green Blue C M Y K H S L
Decimal 221 225 42 0.02 0 0.81 0.12 61.31 0.75 0.52
Hex DD E1 2A 2 0 51 C 3D 4B 34
Octal 335 341 52 2 0 121 14 75 113 64
Binary 11011101 11100001 101010 10 0 1010001 1100 111101 1001011 110100

Color Harmonies of #DDE12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE12A

Black with #DDE12A

Text Example


Text Example

White with #DDE12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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