Html Css Color HEX #D1DA1E Bitter Lemon

📋 copy color: '#D1DA1E'

red 209 ◦ green 218 ◦ blue 30

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

Shades of Bitter Lemon #D1DA1E

Tints of Bitter Lemon #D1DA1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.56%

R = 45.73%
G = 47.7%
B = 6.56%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D1DA1E (or 0xD1DA1E) is known color: Bitter Lemon. HEX triplet: D1, DA and 1E. RGB value is (209,218,30). Sum of RGB (Red+Green+Blue) = 209+218+30=457 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.73% from 457); Green value is 218 (85.55% from 255 or 47.70% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1DA1E is #2E25E1. Grayscale: #C2C2C2. Windows color (decimal): -3024354 or 2022097. OLE color: 2022097.

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

Color convert

RGB 209 218 30 -
CMYK 0.04 0 0.86 0.15
HSL 62.87º 0.76% 0.49% -
HSV(B) 62.87º 0.86% 0.85% -
XYZ 51.6 63.79 10.82 -
YUV 193.88 35.52 138.79 -
System Red Green Blue C M Y K H S L
Decimal 209 218 30 0.04 0 0.86 0.15 62.87 0.76 0.49
Hex D1 DA 1E 4 0 56 F 3F 4C 31
Octal 321 332 36 4 0 126 17 77 114 61
Binary 11010001 11011010 11110 100 0 1010110 1111 111111 1001100 110001

Color Harmonies of #D1DA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DA1E

Black with #D1DA1E

Text Example


Text Example

White with #D1DA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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