Html Css Color HEX #D0DD33 Bitter Lemon

📋 copy color: '#D0DD33'

red 208 ◦ green 221 ◦ blue 51

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

Shades of Bitter Lemon #D0DD33

Tints of Bitter Lemon #D0DD33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 10.63%

R = 43.33%
G = 46.04%
B = 10.63%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#D0DD33 (or 0xD0DD33) is known color: Bitter Lemon. HEX triplet: D0, DD and 33. RGB value is (208,221,51). Sum of RGB (Red+Green+Blue) = 208+221+51=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 51 (20.31% from 255 or 10.62% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DD33 is #2F22CC. Grayscale: #C6C6C6. Windows color (decimal): -3089101 or 3399120. OLE color: 3399120.

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

Color convert

RGB 208 221 51 -
CMYK 0.06 0 0.77 0.13
HSL 64.59º 0.71% 0.53% -
HSV(B) 64.59º 0.77% 0.87% -
XYZ 52.47 65.36 12.98 -
YUV 197.73 45.19 135.32 -
System Red Green Blue C M Y K H S L
Decimal 208 221 51 0.06 0 0.77 0.13 64.59 0.71 0.53
Hex D0 DD 33 6 0 4D D 41 47 35
Octal 320 335 63 6 0 115 15 101 107 65
Binary 11010000 11011101 110011 110 0 1001101 1101 1000001 1000111 110101

Color Harmonies of #D0DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0DD33

Black with #D0DD33

Text Example


Text Example

White with #D0DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0DD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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