Html Css Color HEX #DADD29 Bitter Lemon

📋 copy color: '#DADD29'

red 218 ◦ green 221 ◦ blue 41

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

Shades of Bitter Lemon #DADD29

Tints of Bitter Lemon #DADD29

RGB

 RED value IS 218 (85.55% from 255) = 45.42%

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

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

R = 45.42%
G = 46.04%
B = 8.54%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DADD29 (or 0xDADD29) is known color: Bitter Lemon. HEX triplet: DA, DD and 29. RGB value is (218,221,41). Sum of RGB (Red+Green+Blue) = 218+221+41=480 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.42% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 41 (16.41% from 255 or 8.54% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADD29 is #2522D6. Grayscale: #C8C8C8. Windows color (decimal): -2433751 or 2743770. OLE color: 2743770.

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

Color convert

RGB 218 221 41 -
CMYK 0.01 0 0.81 0.13
HSL 61º 0.73% 0.51% -
HSV(B) 61º 0.81% 0.87% -
XYZ 55.17 66.78 12.08 -
YUV 199.58 38.51 141.14 -
System Red Green Blue C M Y K H S L
Decimal 218 221 41 0.01 0 0.81 0.13 61 0.73 0.51
Hex DA DD 29 1 0 51 D 3D 49 33
Octal 332 335 51 1 0 121 15 75 111 63
Binary 11011010 11011101 101001 1 0 1010001 1101 111101 1001001 110011

Color Harmonies of #DADD29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADD29

Black with #DADD29

Text Example


Text Example

White with #DADD29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADD29; }

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

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

background-color css

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

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

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

border-color css

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

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

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