Html Css Color HEX #DDDC22 Bitter Lemon

📋 copy color: '#DDDC22'

red 221 ◦ green 220 ◦ blue 34

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

Shades of Bitter Lemon #DDDC22

Tints of Bitter Lemon #DDDC22

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

 BLUE value IS 34 (13.67% from 255) = 7.16%

R = 46.53%
G = 46.32%
B = 7.16%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DDDC22 (or 0xDDDC22) is known color: Bitter Lemon. HEX triplet: DD, DC and 22. RGB value is (221,220,34). Sum of RGB (Red+Green+Blue) = 221+220+34=475 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.53% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 34 (13.67% from 255 or 7.16% from 475); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC22 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC22 is #2223DD. Grayscale: #C7C7C7. Windows color (decimal): -2237406 or 2284765. OLE color: 2284765.

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

Color convert

RGB 221 220 34 -
CMYK 0 0.00 0.85 0.13
HSL 59.68º 0.73% 0.5% -
HSV(B) 59.68º 0.85% 0.87% -
XYZ 55.7 66.67 11.45 -
YUV 199.1 34.83 143.62 -
System Red Green Blue C M Y K H S L
Decimal 221 220 34 0 0.00 0.85 0.13 59.68 0.73 0.5
Hex DD DC 22 0 0 55 D 3C 49 32
Octal 335 334 42 0 0 125 15 74 111 62
Binary 11011101 11011100 100010 0 0 1010101 1101 111100 1001001 110010

Color Harmonies of #DDDC22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC22

Black with #DDDC22

Text Example


Text Example

White with #DDDC22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC22; }

 p { color: rgb(221,220,34); }

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

background-color css

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

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

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

border-color css

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

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

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