Html Css Color HEX #DDDD20 Bitter Lemon

📋 copy color: '#DDDD20'

red 221 ◦ green 221 ◦ blue 32

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

Shades of Bitter Lemon #DDDD20

Tints of Bitter Lemon #DDDD20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 6.75%

R = 46.62%
G = 46.62%
B = 6.75%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DDDD20 (or 0xDDDD20) is known color: Bitter Lemon. HEX triplet: DD, DD and 20. RGB value is (221,221,32). Sum of RGB (Red+Green+Blue) = 221+221+32=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 221 (86.72% from 255 or 46.62% from 474); Blue value is 32 (12.89% from 255 or 6.75% from 474); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD20 is #2222DF. Grayscale: #C8C8C8. Windows color (decimal): -2237152 or 2153949. OLE color: 2153949.

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

Color convert

RGB 221 221 32 -
CMYK 0 0 0.86 0.13
HSL 60º 0.75% 0.5% -
HSV(B) 60º 0.86% 0.87% -
XYZ 55.94 67.19 11.39 -
YUV 199.45 33.5 143.37 -
System Red Green Blue C M Y K H S L
Decimal 221 221 32 0 0 0.86 0.13 60 0.75 0.5
Hex DD DD 20 0 0 56 D 3C 4B 32
Octal 335 335 40 0 0 126 15 74 113 62
Binary 11011101 11011101 100000 0 0 1010110 1101 111100 1001011 110010

Color Harmonies of #DDDD20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD20

Black with #DDDD20

Text Example


Text Example

White with #DDDD20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD20; }

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

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

background-color css

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

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

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

border-color css

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

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

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