Html Css Color HEX #D2DA39 Bitter Lemon

📋 copy color: '#D2DA39'

red 210 ◦ green 218 ◦ blue 57

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

Shades of Bitter Lemon #D2DA39

Tints of Bitter Lemon #D2DA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 11.75%

R = 43.3%
G = 44.95%
B = 11.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.74

 K value IS 0.15

RGB Variations

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

Color information

#D2DA39 (or 0xD2DA39) is known color: Bitter Lemon. HEX triplet: D2, DA and 39. RGB value is (210,218,57). Sum of RGB (Red+Green+Blue) = 210+218+57=485 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.30% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 57 (22.66% from 255 or 11.75% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DA39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DA39 is #2D25C6. Grayscale: #C5C5C5. Windows color (decimal): -2958791 or 3791570. OLE color: 3791570.

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

Color convert

RGB 210 218 57 -
CMYK 0.04 0 0.74 0.15
HSL 62.98º 0.69% 0.54% -
HSV(B) 62.98º 0.74% 0.85% -
XYZ 52.39 64.14 13.49 -
YUV 197.25 48.85 137.09 -
System Red Green Blue C M Y K H S L
Decimal 210 218 57 0.04 0 0.74 0.15 62.98 0.69 0.54
Hex D2 DA 39 4 0 4A F 3F 45 36
Octal 322 332 71 4 0 112 17 77 105 66
Binary 11010010 11011010 111001 100 0 1001010 1111 111111 1000101 110110

Color Harmonies of #D2DA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DA39

Black with #D2DA39

Text Example


Text Example

White with #D2DA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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