Html Css Color HEX #D4DA1E Bitter Lemon

📋 copy color: '#D4DA1E'

red 212 ◦ green 218 ◦ blue 30

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

Shades of Bitter Lemon #D4DA1E

Tints of Bitter Lemon #D4DA1E

RGB

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

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

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

R = 46.09%
G = 47.39%
B = 6.52%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.15

RGB Variations

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

Color information

#D4DA1E (or 0xD4DA1E) is known color: Bitter Lemon. HEX triplet: D4, DA and 1E. RGB value is (212,218,30). Sum of RGB (Red+Green+Blue) = 212+218+30=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 30 (12.11% from 255 or 6.52% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA1E is #2B25E1. Grayscale: #C3C3C3. Windows color (decimal): -2827746 or 2022100. OLE color: 2022100.

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

Color convert

RGB 212 218 30 -
CMYK 0.03 0 0.86 0.15
HSL 61.91º 0.76% 0.49% -
HSV(B) 61.91º 0.86% 0.85% -
XYZ 52.46 64.23 10.86 -
YUV 194.77 35.01 140.29 -
System Red Green Blue C M Y K H S L
Decimal 212 218 30 0.03 0 0.86 0.15 61.91 0.76 0.49
Hex D4 DA 1E 3 0 56 F 3E 4C 31
Octal 324 332 36 3 0 126 17 76 114 61
Binary 11010100 11011010 11110 11 0 1010110 1111 111110 1001100 110001

Color Harmonies of #D4DA1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA1E

Black with #D4DA1E

Text Example


Text Example

White with #D4DA1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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