Html Css Color HEX #D1DD37 Bitter Lemon

📋 copy color: '#D1DD37'

red 209 ◦ green 221 ◦ blue 55

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

Shades of Bitter Lemon #D1DD37

Tints of Bitter Lemon #D1DD37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 11.34%

R = 43.09%
G = 45.57%
B = 11.34%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#D1DD37 (or 0xD1DD37) is known color: Bitter Lemon. HEX triplet: D1, DD and 37. RGB value is (209,221,55). Sum of RGB (Red+Green+Blue) = 209+221+55=485 (64% of max value = 765). Red value is 209 (82.03% from 255 or 43.09% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 55 (21.88% from 255 or 11.34% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DD37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DD37 is #2E22C8. Grayscale: #C7C7C7. Windows color (decimal): -3023561 or 3661265. OLE color: 3661265.

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

Color convert

RGB 209 221 55 -
CMYK 0.05 0 0.75 0.13
HSL 64.34º 0.71% 0.54% -
HSV(B) 64.34º 0.75% 0.87% -
XYZ 52.84 65.54 13.48 -
YUV 198.49 47.02 135.5 -
System Red Green Blue C M Y K H S L
Decimal 209 221 55 0.05 0 0.75 0.13 64.34 0.71 0.54
Hex D1 DD 37 5 0 4B D 40 47 36
Octal 321 335 67 5 0 113 15 100 107 66
Binary 11010001 11011101 110111 101 0 1001011 1101 1000000 1000111 110110

Color Harmonies of #D1DD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DD37

Black with #D1DD37

Text Example


Text Example

White with #D1DD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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