Html Css Color HEX #D0DD34 Bitter Lemon

📋 copy color: '#D0DD34'

red 208 ◦ green 221 ◦ blue 52

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

Shades of Bitter Lemon #D0DD34

Tints of Bitter Lemon #D0DD34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.81%

R = 43.24%
G = 45.95%
B = 10.81%

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

#D0DD34 (or 0xD0DD34) is known color: Bitter Lemon. HEX triplet: D0, DD and 34. RGB value is (208,221,52). Sum of RGB (Red+Green+Blue) = 208+221+52=481 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.24% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 52 (20.70% from 255 or 10.81% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD34 is #2F22CB. Grayscale: #C6C6C6. Windows color (decimal): -3089100 or 3464656. OLE color: 3464656.

HSL color Cylindrical-coordinate representation of color #D0DD34: hue angle of 64.62º 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 #D0DD34 is Cyan = 0.06, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.13.

Color convert

RGB 208 221 52 -
CMYK 0.06 0 0.76 0.13
HSL 64.62º 0.71% 0.54% -
HSV(B) 64.62º 0.76% 0.87% -
XYZ 52.49 65.37 13.1 -
YUV 197.85 45.69 135.24 -
System Red Green Blue C M Y K H S L
Decimal 208 221 52 0.06 0 0.76 0.13 64.62 0.71 0.54
Hex D0 DD 34 6 0 4C D 41 47 36
Octal 320 335 64 6 0 114 15 101 107 66
Binary 11010000 11011101 110100 110 0 1001100 1101 1000001 1000111 110110

Color Harmonies of #D0DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD34

Black with #D0DD34

Text Example


Text Example

White with #D0DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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