Html Css Color HEX #D8DD34 Bitter Lemon

📋 copy color: '#D8DD34'

red 216 ◦ green 221 ◦ blue 52

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

Shades of Bitter Lemon #D8DD34

Tints of Bitter Lemon #D8DD34

RGB

 RED value IS 216 (84.77% from 255) = 44.17%

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

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

R = 44.17%
G = 45.19%
B = 10.63%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#D8DD34 (or 0xD8DD34) is known color: Bitter Lemon. HEX triplet: D8, DD and 34. RGB value is (216,221,52). Sum of RGB (Red+Green+Blue) = 216+221+52=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 52 (20.70% from 255 or 10.63% from 489); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DD34 is #2722CB. Grayscale: #C8C8C8. Windows color (decimal): -2564812 or 3464664. OLE color: 3464664.

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

Color convert

RGB 216 221 52 -
CMYK 0.02 0 0.76 0.13
HSL 61.78º 0.71% 0.54% -
HSV(B) 61.78º 0.76% 0.87% -
XYZ 54.8 66.56 13.21 -
YUV 200.24 44.34 139.24 -
System Red Green Blue C M Y K H S L
Decimal 216 221 52 0.02 0 0.76 0.13 61.78 0.71 0.54
Hex D8 DD 34 2 0 4C D 3E 47 36
Octal 330 335 64 2 0 114 15 76 107 66
Binary 11011000 11011101 110100 10 0 1001100 1101 111110 1000111 110110

Color Harmonies of #D8DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8DD34

Black with #D8DD34

Text Example


Text Example

White with #D8DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8DD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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