Html Css Color HEX #D0DA28 Bitter Lemon

📋 copy color: '#D0DA28'

red 208 ◦ green 218 ◦ blue 40

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

Shades of Bitter Lemon #D0DA28

Tints of Bitter Lemon #D0DA28

RGB

 RED value IS 208 (81.64% from 255) = 44.64%

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

 BLUE value IS 40 (16.02% from 255) = 8.58%

R = 44.64%
G = 46.78%
B = 8.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.82

 K value IS 0.15

RGB Variations

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

Color information

#D0DA28 (or 0xD0DA28) is known color: Bitter Lemon. HEX triplet: D0, DA and 28. RGB value is (208,218,40). Sum of RGB (Red+Green+Blue) = 208+218+40=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 40 (16.02% from 255 or 8.58% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DA28 is #2F25D7. Grayscale: #C3C3C3. Windows color (decimal): -3089880 or 2677456. OLE color: 2677456.

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

Color convert

RGB 208 218 40 -
CMYK 0.05 0 0.82 0.15
HSL 63.37º 0.71% 0.51% -
HSV(B) 63.37º 0.82% 0.85% -
XYZ 51.47 63.71 11.59 -
YUV 194.72 40.69 137.47 -
System Red Green Blue C M Y K H S L
Decimal 208 218 40 0.05 0 0.82 0.15 63.37 0.71 0.51
Hex D0 DA 28 5 0 52 F 3F 47 33
Octal 320 332 50 5 0 122 17 77 107 63
Binary 11010000 11011010 101000 101 0 1010010 1111 111111 1000111 110011

Color Harmonies of #D0DA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DA28

Black with #D0DA28

Text Example


Text Example

White with #D0DA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DA28; }

 p { color: rgb(208,218,40); }

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

background-color css

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

 a { background-color: rgb(208,218,40); }

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

border-color css

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

 span { border-color: rgb(208,218,40); }

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