Html Css Color HEX #D9DA1F Bitter Lemon

📋 copy color: '#D9DA1F'

red 217 ◦ green 218 ◦ blue 31

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

Shades of Bitter Lemon #D9DA1F

Tints of Bitter Lemon #D9DA1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.65%

R = 46.57%
G = 46.78%
B = 6.65%

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

#D9DA1F (or 0xD9DA1F) is known color: Bitter Lemon. HEX triplet: D9, DA and 1F. RGB value is (217,218,31). Sum of RGB (Red+Green+Blue) = 217+218+31=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 218 (85.55% from 255 or 46.78% from 466); Blue value is 31 (12.5% from 255 or 6.65% from 466); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DA1F is #2625E0. Grayscale: #C5C5C5. Windows color (decimal): -2500065 or 2087641. OLE color: 2087641.

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

Color convert

RGB 217 218 31 -
CMYK 0.00 0 0.86 0.15
HSL 60.32º 0.75% 0.49% -
HSV(B) 60.32º 0.86% 0.85% -
XYZ 53.93 64.99 11 -
YUV 196.38 34.67 142.71 -
System Red Green Blue C M Y K H S L
Decimal 217 218 31 0.00 0 0.86 0.15 60.32 0.75 0.49
Hex D9 DA 1F 0 0 56 F 3C 4B 31
Octal 331 332 37 0 0 126 17 74 113 61
Binary 11011001 11011010 11111 0 0 1010110 1111 111100 1001011 110001

Color Harmonies of #D9DA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DA1F

Black with #D9DA1F

Text Example


Text Example

White with #D9DA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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