Html Css Color HEX #DCDD29 Bitter Lemon

📋 copy color: '#DCDD29'

red 220 ◦ green 221 ◦ blue 41

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

Shades of Bitter Lemon #DCDD29

Tints of Bitter Lemon #DCDD29

RGB

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

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

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

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

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

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

Color Harmonies of #DCDD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCDD29

Black with #DCDD29

Text Example


Text Example

White with #DCDD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCDD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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