Html Css Color HEX #DDDB29 Bitter Lemon

📋 copy color: '#DDDB29'

red 221 ◦ green 219 ◦ blue 41

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

Shades of Bitter Lemon #DDDB29

Tints of Bitter Lemon #DDDB29

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.53%

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

R = 45.95%
G = 45.53%
B = 8.52%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDDB29 (or 0xDDDB29) is known color: Bitter Lemon. HEX triplet: DD, DB and 29. RGB value is (221,219,41). Sum of RGB (Red+Green+Blue) = 221+219+41=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 41 (16.41% from 255 or 8.52% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDB29 is #2224D6. Grayscale: #C8C8C8. Windows color (decimal): -2237655 or 2743261. OLE color: 2743261.

HSL color Cylindrical-coordinate representation of color #DDDB29: hue angle of 59.33º 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 #DDDB29 is Cyan = 0, Magento = 0.01, Yellow = 0.81 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 219 41 -
CMYK 0 0.01 0.81 0.13
HSL 59.33º 0.73% 0.51% -
HSV(B) 59.33º 0.81% 0.87% -
XYZ 55.55 66.2 11.95 -
YUV 199.31 38.66 143.47 -
System Red Green Blue C M Y K H S L
Decimal 221 219 41 0 0.01 0.81 0.13 59.33 0.73 0.51
Hex DD DB 29 0 1 51 D 3B 49 33
Octal 335 333 51 0 1 121 15 73 111 63
Binary 11011101 11011011 101001 0 1 1010001 1101 111011 1001001 110011

Color Harmonies of #DDDB29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDB29

Black with #DDDB29

Text Example


Text Example

White with #DDDB29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDB29; }

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

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

background-color css

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

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

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

border-color css

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

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

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