Html Css Color HEX #D1DA37 Bitter Lemon

📋 copy color: '#D1DA37'

red 209 ◦ green 218 ◦ blue 55

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

Shades of Bitter Lemon #D1DA37

Tints of Bitter Lemon #D1DA37

RGB

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

 GREEN value IS 218 (85.55% from 255) = 45.23%

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

R = 43.36%
G = 45.23%
B = 11.41%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#D1DA37 (or 0xD1DA37) is known color: Bitter Lemon. HEX triplet: D1, DA and 37. RGB value is (209,218,55). Sum of RGB (Red+Green+Blue) = 209+218+55=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 55 (21.88% from 255 or 11.41% from 482); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA37 is #2E25C8. Grayscale: #C5C5C5. Windows color (decimal): -3024329 or 3660497. OLE color: 3660497.

HSL color Cylindrical-coordinate representation of color #D1DA37: hue angle of 63.31º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D1DA37 is Cyan = 0.04, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 55 -
CMYK 0.04 0 0.75 0.15
HSL 63.31º 0.69% 0.54% -
HSV(B) 63.31º 0.75% 0.85% -
XYZ 52.06 63.97 13.22 -
YUV 196.73 48.02 136.75 -
System Red Green Blue C M Y K H S L
Decimal 209 218 55 0.04 0 0.75 0.15 63.31 0.69 0.54
Hex D1 DA 37 4 0 4B F 3F 45 36
Octal 321 332 67 4 0 113 17 77 105 66
Binary 11010001 11011010 110111 100 0 1001011 1111 111111 1000101 110110

Color Harmonies of #D1DA37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA37

Black with #D1DA37

Text Example


Text Example

White with #D1DA37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA37; }

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

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

background-color css

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

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

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

border-color css

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

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

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