Html Css Color HEX #D9DB1E Bitter Lemon

📋 copy color: '#D9DB1E'

red 217 ◦ green 219 ◦ blue 30

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

Shades of Bitter Lemon #D9DB1E

Tints of Bitter Lemon #D9DB1E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47%

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

R = 46.57%
G = 47%
B = 6.44%

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

#D9DB1E (or 0xD9DB1E) is known color: Bitter Lemon. HEX triplet: D9, DB and 1E. RGB value is (217,219,30). Sum of RGB (Red+Green+Blue) = 217+219+30=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 219 (85.94% from 255 or 47.00% from 466); Blue value is 30 (12.11% from 255 or 6.44% from 466); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DB1E is #2624E1. Grayscale: #C5C5C5. Windows color (decimal): -2499810 or 2022361. OLE color: 2022361.

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

Color convert

RGB 217 219 30 -
CMYK 0.01 0 0.86 0.14
HSL 60.63º 0.76% 0.49% -
HSV(B) 60.63º 0.86% 0.86% -
XYZ 54.18 65.51 11.02 -
YUV 196.86 33.84 142.37 -
System Red Green Blue C M Y K H S L
Decimal 217 219 30 0.01 0 0.86 0.14 60.63 0.76 0.49
Hex D9 DB 1E 1 0 56 E 3D 4C 31
Octal 331 333 36 1 0 126 16 75 114 61
Binary 11011001 11011011 11110 1 0 1010110 1110 111101 1001100 110001

Color Harmonies of #D9DB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9DB1E

Black with #D9DB1E

Text Example


Text Example

White with #D9DB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9DB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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