Html Css Color HEX #D4DB1E Bitter Lemon

📋 copy color: '#D4DB1E'

red 212 ◦ green 219 ◦ blue 30

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

Shades of Bitter Lemon #D4DB1E

Tints of Bitter Lemon #D4DB1E

RGB

 RED value IS 212 (83.2% from 255) = 45.99%

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

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

R = 45.99%
G = 47.51%
B = 6.51%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.14

RGB Variations

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

Color information

#D4DB1E (or 0xD4DB1E) is known color: Bitter Lemon. HEX triplet: D4, DB and 1E. RGB value is (212,219,30). Sum of RGB (Red+Green+Blue) = 212+219+30=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 219 (85.94% from 255 or 47.51% from 461); Blue value is 30 (12.11% from 255 or 6.51% from 461); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DB1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DB1E is #2B24E1. Grayscale: #C4C4C4. Windows color (decimal): -2827490 or 2022356. OLE color: 2022356.

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

Color convert

RGB 212 219 30 -
CMYK 0.03 0 0.86 0.14
HSL 62.22º 0.76% 0.49% -
HSV(B) 62.22º 0.86% 0.86% -
XYZ 52.72 64.75 10.95 -
YUV 195.36 34.68 139.87 -
System Red Green Blue C M Y K H S L
Decimal 212 219 30 0.03 0 0.86 0.14 62.22 0.76 0.49
Hex D4 DB 1E 3 0 56 E 3E 4C 31
Octal 324 333 36 3 0 126 16 76 114 61
Binary 11010100 11011011 11110 11 0 1010110 1110 111110 1001100 110001

Color Harmonies of #D4DB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DB1E

Black with #D4DB1E

Text Example


Text Example

White with #D4DB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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