Html Css Color HEX #DDDD29 Bitter Lemon

📋 copy color: '#DDDD29'

red 221 ◦ green 221 ◦ blue 41

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

Shades of Bitter Lemon #DDDD29

Tints of Bitter Lemon #DDDD29

RGB

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

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

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

R = 45.76%
G = 45.76%
B = 8.49%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DDDD29 (or 0xDDDD29) is known color: Bitter Lemon. HEX triplet: DD, DD and 29. RGB value is (221,221,41). Sum of RGB (Red+Green+Blue) = 221+221+41=483 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.76% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 41 (16.41% from 255 or 8.49% from 483); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DDDD29 is #2222D6. Grayscale: #C9C9C9. Windows color (decimal): -2237143 or 2743773. OLE color: 2743773.

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

Color convert

RGB 221 221 41 -
CMYK 0 0 0.81 0.13
HSL 60º 0.73% 0.51% -
HSV(B) 60º 0.81% 0.87% -
XYZ 56.08 67.25 12.12 -
YUV 200.48 38 142.64 -
System Red Green Blue C M Y K H S L
Decimal 221 221 41 0 0 0.81 0.13 60 0.73 0.51
Hex DD DD 29 0 0 51 D 3C 49 33
Octal 335 335 51 0 0 121 15 74 111 63
Binary 11011101 11011101 101001 0 0 1010001 1101 111100 1001001 110011

Color Harmonies of #DDDD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDDD29

Black with #DDDD29

Text Example


Text Example

White with #DDDD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDDD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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