Html Css Color HEX #DDDC29 Bitter Lemon

📋 copy color: '#DDDC29'

red 221 ◦ green 220 ◦ blue 41

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

Shades of Bitter Lemon #DDDC29

Tints of Bitter Lemon #DDDC29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 8.51%

R = 45.85%
G = 45.64%
B = 8.51%

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

#DDDC29 (or 0xDDDC29) is known color: Bitter Lemon. HEX triplet: DD, DC and 29. RGB value is (221,220,41). Sum of RGB (Red+Green+Blue) = 221+220+41=482 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.85% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 41 (16.41% from 255 or 8.51% from 482); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDC29 is #2223D6. Grayscale: #C8C8C8. Windows color (decimal): -2237399 or 2743517. OLE color: 2743517.

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

Color convert

RGB 221 220 41 -
CMYK 0 0.00 0.81 0.13
HSL 59.67º 0.73% 0.51% -
HSV(B) 59.67º 0.81% 0.87% -
XYZ 55.81 66.72 12.03 -
YUV 199.89 38.33 143.05 -
System Red Green Blue C M Y K H S L
Decimal 221 220 41 0 0.00 0.81 0.13 59.67 0.73 0.51
Hex DD DC 29 0 0 51 D 3C 49 33
Octal 335 334 51 0 0 121 15 74 111 63
Binary 11011101 11011100 101001 0 0 1010001 1101 111100 1001001 110011

Color Harmonies of #DDDC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDC29

Black with #DDDC29

Text Example


Text Example

White with #DDDC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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