Html Css Color HEX #D0DD39 Bitter Lemon

📋 copy color: '#D0DD39'

red 208 ◦ green 221 ◦ blue 57

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

Shades of Bitter Lemon #D0DD39

Tints of Bitter Lemon #D0DD39

RGB

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

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

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

R = 42.8%
G = 45.47%
B = 11.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#D0DD39 (or 0xD0DD39) is known color: Bitter Lemon. HEX triplet: D0, DD and 39. RGB value is (208,221,57). Sum of RGB (Red+Green+Blue) = 208+221+57=486 (64% of max value = 765). Red value is 208 (81.64% from 255 or 42.80% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 57 (22.66% from 255 or 11.73% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD39 is #2F22C6. Grayscale: #C7C7C7. Windows color (decimal): -3089095 or 3792336. OLE color: 3792336.

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

Color convert

RGB 208 221 57 -
CMYK 0.06 0 0.74 0.13
HSL 64.76º 0.71% 0.55% -
HSV(B) 64.76º 0.74% 0.87% -
XYZ 52.61 65.42 13.73 -
YUV 198.42 48.19 134.84 -
System Red Green Blue C M Y K H S L
Decimal 208 221 57 0.06 0 0.74 0.13 64.76 0.71 0.55
Hex D0 DD 39 6 0 4A D 41 47 37
Octal 320 335 71 6 0 112 15 101 107 67
Binary 11010000 11011101 111001 110 0 1001010 1101 1000001 1000111 110111

Color Harmonies of #D0DD39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD39

Black with #D0DD39

Text Example


Text Example

White with #D0DD39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD39; }

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

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

background-color css

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

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

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

border-color css

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

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

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