Html Css Color HEX #D0DD36 Bitter Lemon

📋 copy color: '#D0DD36'

red 208 ◦ green 221 ◦ blue 54

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

Shades of Bitter Lemon #D0DD36

Tints of Bitter Lemon #D0DD36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 11.18%

R = 43.06%
G = 45.76%
B = 11.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#D0DD36 (or 0xD0DD36) is known color: Bitter Lemon. HEX triplet: D0, DD and 36. RGB value is (208,221,54). Sum of RGB (Red+Green+Blue) = 208+221+54=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 54 (21.48% from 255 or 11.18% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD36 is #2F22C9. Grayscale: #C6C6C6. Windows color (decimal): -3089098 or 3595728. OLE color: 3595728.

HSL color Cylindrical-coordinate representation of color #D0DD36: hue angle of 64.67º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D0DD36 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 54 -
CMYK 0.06 0 0.76 0.13
HSL 64.67º 0.71% 0.54% -
HSV(B) 64.67º 0.76% 0.87% -
XYZ 52.53 65.39 13.34 -
YUV 198.08 46.69 135.08 -
System Red Green Blue C M Y K H S L
Decimal 208 221 54 0.06 0 0.76 0.13 64.67 0.71 0.54
Hex D0 DD 36 6 0 4C D 41 47 36
Octal 320 335 66 6 0 114 15 101 107 66
Binary 11010000 11011101 110110 110 0 1001100 1101 1000001 1000111 110110

Color Harmonies of #D0DD36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD36

Black with #D0DD36

Text Example


Text Example

White with #D0DD36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD36; }

 p { color: rgb(208,221,54); }

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

background-color css

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

 a { background-color: rgb(208,221,54); }

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

border-color css

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

 span { border-color: rgb(208,221,54); }

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