Html Css Color HEX #DDDD28 Bitter Lemon

📋 copy color: '#DDDD28'

red 221 ◦ green 221 ◦ blue 40

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

Shades of Bitter Lemon #DDDD28

Tints of Bitter Lemon #DDDD28

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.85%

 BLUE value IS 40 (16.02% from 255) = 8.3%

R = 45.85%
G = 45.85%
B = 8.3%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DDDD28 (or 0xDDDD28) is known color: Bitter Lemon. HEX triplet: DD, DD and 28. RGB value is (221,221,40). Sum of RGB (Red+Green+Blue) = 221+221+40=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 40 (16.02% from 255 or 8.30% from 482); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD28 is #2222D7. Grayscale: #C9C9C9. Windows color (decimal): -2237144 or 2678237. OLE color: 2678237.

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

Color convert

RGB 221 221 40 -
CMYK 0 0 0.82 0.13
HSL 60º 0.73% 0.51% -
HSV(B) 60º 0.82% 0.87% -
XYZ 56.06 67.24 12.03 -
YUV 200.37 37.5 142.72 -
System Red Green Blue C M Y K H S L
Decimal 221 221 40 0 0 0.82 0.13 60 0.73 0.51
Hex DD DD 28 0 0 52 D 3C 49 33
Octal 335 335 50 0 0 122 15 74 111 63
Binary 11011101 11011101 101000 0 0 1010010 1101 111100 1001001 110011

Color Harmonies of #DDDD28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD28

Black with #DDDD28

Text Example


Text Example

White with #DDDD28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD28; }

 p { color: rgb(221,221,40); }

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

background-color css

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

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

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

border-color css

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

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

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