Html Css Color HEX #D9DC1E Bitter Lemon

📋 copy color: '#D9DC1E'

red 217 ◦ green 220 ◦ blue 30

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

Shades of Bitter Lemon #D9DC1E

Tints of Bitter Lemon #D9DC1E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.11%

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

R = 46.47%
G = 47.11%
B = 6.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#D9DC1E (or 0xD9DC1E) is known color: Bitter Lemon. HEX triplet: D9, DC and 1E. RGB value is (217,220,30). Sum of RGB (Red+Green+Blue) = 217+220+30=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 220 (86.33% from 255 or 47.11% from 467); Blue value is 30 (12.11% from 255 or 6.42% from 467); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DC1E is #2623E1. Grayscale: #C6C6C6. Windows color (decimal): -2499554 or 2022617. OLE color: 2022617.

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

Color convert

RGB 217 220 30 -
CMYK 0.01 0 0.86 0.14
HSL 60.95º 0.76% 0.49% -
HSV(B) 60.95º 0.86% 0.86% -
XYZ 54.44 66.03 11.1 -
YUV 197.44 33.51 141.95 -
System Red Green Blue C M Y K H S L
Decimal 217 220 30 0.01 0 0.86 0.14 60.95 0.76 0.49
Hex D9 DC 1E 1 0 56 E 3D 4C 31
Octal 331 334 36 1 0 126 16 75 114 61
Binary 11011001 11011100 11110 1 0 1010110 1110 111101 1001100 110001

Color Harmonies of #D9DC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DC1E

Black with #D9DC1E

Text Example


Text Example

White with #D9DC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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