Html Css Color HEX #D9DA1E Bitter Lemon

📋 copy color: '#D9DA1E'

red 217 ◦ green 218 ◦ blue 30

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

Shades of Bitter Lemon #D9DA1E

Tints of Bitter Lemon #D9DA1E

RGB

 RED value IS 217 (85.16% from 255) = 46.67%

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

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

R = 46.67%
G = 46.88%
B = 6.45%

CMYK

 C value IS 0.00

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D9DA1E (or 0xD9DA1E) is known color: Bitter Lemon. HEX triplet: D9, DA and 1E. RGB value is (217,218,30). Sum of RGB (Red+Green+Blue) = 217+218+30=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 30 (12.11% from 255 or 6.45% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DA1E is #2625E1. Grayscale: #C5C5C5. Windows color (decimal): -2500066 or 2022105. OLE color: 2022105.

HSL color Cylindrical-coordinate representation of color #D9DA1E: hue angle of 60.32º 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 #D9DA1E is Cyan = 0.00, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 218 30 -
CMYK 0.00 0 0.86 0.15
HSL 60.32º 0.76% 0.49% -
HSV(B) 60.32º 0.86% 0.85% -
XYZ 53.92 64.99 10.93 -
YUV 196.27 34.17 142.79 -
System Red Green Blue C M Y K H S L
Decimal 217 218 30 0.00 0 0.86 0.15 60.32 0.76 0.49
Hex D9 DA 1E 0 0 56 F 3C 4C 31
Octal 331 332 36 0 0 126 17 74 114 61
Binary 11011001 11011010 11110 0 0 1010110 1111 111100 1001100 110001

Color Harmonies of #D9DA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DA1E

Black with #D9DA1E

Text Example


Text Example

White with #D9DA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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