Html Css Color HEX #DDDE25 Bitter Lemon

📋 copy color: '#DDDE25'

red 221 ◦ green 222 ◦ blue 37

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

Shades of Bitter Lemon #DDDE25

Tints of Bitter Lemon #DDDE25

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.25%

 BLUE value IS 37 (14.84% from 255) = 7.71%

R = 46.04%
G = 46.25%
B = 7.71%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DDDE25 (or 0xDDDE25) is known color: Bitter Lemon. HEX triplet: DD, DE and 25. RGB value is (221,222,37). Sum of RGB (Red+Green+Blue) = 221+222+37=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 222 (87.11% from 255 or 46.25% from 480); Blue value is 37 (14.84% from 255 or 7.71% from 480); Max value from RGB is 222 - color contains mainly: green. Hex color #DDDE25 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDE25 is #2221DA. Grayscale: #C9C9C9. Windows color (decimal): -2236891 or 2481885. OLE color: 2481885.

HSL color Cylindrical-coordinate representation of color #DDDE25: hue angle of 60.32º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DDDE25 is Cyan = 0.00, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 222 37 -
CMYK 0.00 0 0.83 0.13
HSL 60.32º 0.74% 0.51% -
HSV(B) 60.32º 0.83% 0.87% -
XYZ 56.27 67.75 11.86 -
YUV 200.61 35.67 142.54 -
System Red Green Blue C M Y K H S L
Decimal 221 222 37 0.00 0 0.83 0.13 60.32 0.74 0.51
Hex DD DE 25 0 0 53 D 3C 4A 33
Octal 335 336 45 0 0 123 15 74 112 63
Binary 11011101 11011110 100101 0 0 1010011 1101 111100 1001010 110011

Color Harmonies of #DDDE25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDE25

Black with #DDDE25

Text Example


Text Example

White with #DDDE25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDE25; }

 p { color: rgb(221,222,37); }

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

background-color css

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

 a { background-color: rgb(221,222,37); }

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

border-color css

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

 span { border-color: rgb(221,222,37); }

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