Html Css Color HEX #DDDC2A Bitter Lemon

📋 copy color: '#DDDC2A'

red 221 ◦ green 220 ◦ blue 42

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

Shades of Bitter Lemon #DDDC2A

Tints of Bitter Lemon #DDDC2A

RGB

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

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

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

R = 45.76%
G = 45.55%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDDC2A (or 0xDDDC2A) is known color: Bitter Lemon. HEX triplet: DD, DC and 2A. RGB value is (221,220,42). Sum of RGB (Red+Green+Blue) = 221+220+42=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 220 (86.33% from 255 or 45.55% from 483); Blue value is 42 (16.80% from 255 or 8.70% from 483); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC2A is #2223D5. Grayscale: #C8C8C8. Windows color (decimal): -2237398 or 2809053. OLE color: 2809053.

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

Color convert

RGB 221 220 42 -
CMYK 0 0.00 0.81 0.13
HSL 59.66º 0.72% 0.52% -
HSV(B) 59.66º 0.81% 0.87% -
XYZ 55.83 66.73 12.13 -
YUV 200.01 38.83 142.97 -
System Red Green Blue C M Y K H S L
Decimal 221 220 42 0 0.00 0.81 0.13 59.66 0.72 0.52
Hex DD DC 2A 0 0 51 D 3C 48 34
Octal 335 334 52 0 0 121 15 74 110 64
Binary 11011101 11011100 101010 0 0 1010001 1101 111100 1001000 110100

Color Harmonies of #DDDC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC2A

Black with #DDDC2A

Text Example


Text Example

White with #DDDC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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