Html Css Color HEX #DADC29 Bitter Lemon

📋 copy color: '#DADC29'

red 218 ◦ green 220 ◦ blue 41

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

Shades of Bitter Lemon #DADC29

Tints of Bitter Lemon #DADC29

RGB

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

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

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

R = 45.51%
G = 45.93%
B = 8.56%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.81

 K value IS 0.14

RGB Variations

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

Color information

#DADC29 (or 0xDADC29) is known color: Bitter Lemon. HEX triplet: DA, DC and 29. RGB value is (218,220,41). Sum of RGB (Red+Green+Blue) = 218+220+41=479 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.51% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 41 (16.41% from 255 or 8.56% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #DADC29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DADC29 is #2523D6. Grayscale: #C7C7C7. Windows color (decimal): -2434007 or 2743514. OLE color: 2743514.

HSL color Cylindrical-coordinate representation of color #DADC29: hue angle of 60.67º degrees, saturation: 0.72, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DADC29 is Cyan = 0.01, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.14.

Color convert

RGB 218 220 41 -
CMYK 0.01 0 0.81 0.14
HSL 60.67º 0.72% 0.51% -
HSV(B) 60.67º 0.81% 0.86% -
XYZ 54.91 66.25 11.99 -
YUV 199 38.84 141.55 -
System Red Green Blue C M Y K H S L
Decimal 218 220 41 0.01 0 0.81 0.14 60.67 0.72 0.51
Hex DA DC 29 1 0 51 E 3D 48 33
Octal 332 334 51 1 0 121 16 75 110 63
Binary 11011010 11011100 101001 1 0 1010001 1110 111101 1001000 110011

Color Harmonies of #DADC29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DADC29

Black with #DADC29

Text Example


Text Example

White with #DADC29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DADC29; }

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

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

background-color css

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

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

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

border-color css

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

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

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