Html Css Color HEX #D6DD33 Bitter Lemon

📋 copy color: '#D6DD33'

red 214 ◦ green 221 ◦ blue 51

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

Shades of Bitter Lemon #D6DD33

Tints of Bitter Lemon #D6DD33

RGB

 RED value IS 214 (83.98% from 255) = 44.03%

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

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

R = 44.03%
G = 45.47%
B = 10.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#D6DD33 (or 0xD6DD33) is known color: Bitter Lemon. HEX triplet: D6, DD and 33. RGB value is (214,221,51). Sum of RGB (Red+Green+Blue) = 214+221+51=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 221 (86.72% from 255 or 45.47% from 486); Blue value is 51 (20.31% from 255 or 10.49% from 486); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD33 is #2922CC. Grayscale: #C8C8C8. Windows color (decimal): -2695885 or 3399126. OLE color: 3399126.

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

Color convert

RGB 214 221 51 -
CMYK 0.03 0 0.77 0.13
HSL 62.47º 0.71% 0.53% -
HSV(B) 62.47º 0.77% 0.87% -
XYZ 54.19 66.25 13.06 -
YUV 199.53 44.18 138.32 -
System Red Green Blue C M Y K H S L
Decimal 214 221 51 0.03 0 0.77 0.13 62.47 0.71 0.53
Hex D6 DD 33 3 0 4D D 3E 47 35
Octal 326 335 63 3 0 115 15 76 107 65
Binary 11010110 11011101 110011 11 0 1001101 1101 111110 1000111 110101

Color Harmonies of #D6DD33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DD33

Black with #D6DD33

Text Example


Text Example

White with #D6DD33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DD33; }

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

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

background-color css

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

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

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

border-color css

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

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

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