Html Css Color HEX #D2DA29 Bitter Lemon

📋 copy color: '#D2DA29'

red 210 ◦ green 218 ◦ blue 41

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

Shades of Bitter Lemon #D2DA29

Tints of Bitter Lemon #D2DA29

RGB

 RED value IS 210 (82.42% from 255) = 44.78%

 GREEN value IS 218 (85.55% from 255) = 46.48%

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

R = 44.78%
G = 46.48%
B = 8.74%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.81

 K value IS 0.15

RGB Variations

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

Color information

#D2DA29 (or 0xD2DA29) is known color: Bitter Lemon. HEX triplet: D2, DA and 29. RGB value is (210,218,41). Sum of RGB (Red+Green+Blue) = 210+218+41=469 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.78% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 41 (16.41% from 255 or 8.74% from 469); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA29 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DA29 is #2D25D6. Grayscale: #C4C4C4. Windows color (decimal): -2958807 or 2742994. OLE color: 2742994.

HSL color Cylindrical-coordinate representation of color #D2DA29: hue angle of 62.71º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D2DA29 is Cyan = 0.04, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.15.

Color convert

RGB 210 218 41 -
CMYK 0.04 0 0.81 0.15
HSL 62.71º 0.71% 0.51% -
HSV(B) 62.71º 0.81% 0.85% -
XYZ 52.05 64 11.71 -
YUV 195.43 40.85 138.39 -
System Red Green Blue C M Y K H S L
Decimal 210 218 41 0.04 0 0.81 0.15 62.71 0.71 0.51
Hex D2 DA 29 4 0 51 F 3F 47 33
Octal 322 332 51 4 0 121 17 77 107 63
Binary 11010010 11011010 101001 100 0 1010001 1111 111111 1000111 110011

Color Harmonies of #D2DA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DA29

Black with #D2DA29

Text Example


Text Example

White with #D2DA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DA29; }

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

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

background-color css

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

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

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

border-color css

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

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

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