Html Css Color HEX #D1DD34 Bitter Lemon

📋 copy color: '#D1DD34'

red 209 ◦ green 221 ◦ blue 52

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

Shades of Bitter Lemon #D1DD34

Tints of Bitter Lemon #D1DD34

RGB

 RED value IS 209 (82.03% from 255) = 43.36%

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

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

R = 43.36%
G = 45.85%
B = 10.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#D1DD34 (or 0xD1DD34) is known color: Bitter Lemon. HEX triplet: D1, DD and 34. RGB value is (209,221,52). Sum of RGB (Red+Green+Blue) = 209+221+52=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 52 (20.70% from 255 or 10.79% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD34 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DD34 is #2E22CB. Grayscale: #C6C6C6. Windows color (decimal): -3023564 or 3464657. OLE color: 3464657.

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

Color convert

RGB 209 221 52 -
CMYK 0.05 0 0.76 0.13
HSL 64.26º 0.71% 0.54% -
HSV(B) 64.26º 0.76% 0.87% -
XYZ 52.77 65.52 13.11 -
YUV 198.15 45.52 135.74 -
System Red Green Blue C M Y K H S L
Decimal 209 221 52 0.05 0 0.76 0.13 64.26 0.71 0.54
Hex D1 DD 34 5 0 4C D 40 47 36
Octal 321 335 64 5 0 114 15 100 107 66
Binary 11010001 11011101 110100 101 0 1001100 1101 1000000 1000111 110110

Color Harmonies of #D1DD34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DD34

Black with #D1DD34

Text Example


Text Example

White with #D1DD34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DD34; }

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

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

background-color css

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

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

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

border-color css

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

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

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