Html Css Color HEX #D4DA1F Bitter Lemon

📋 copy color: '#D4DA1F'

red 212 ◦ green 218 ◦ blue 31

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

Shades of Bitter Lemon #D4DA1F

Tints of Bitter Lemon #D4DA1F

RGB

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

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

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

R = 45.99%
G = 47.29%
B = 6.72%

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

#D4DA1F (or 0xD4DA1F) is known color: Bitter Lemon. HEX triplet: D4, DA and 1F. RGB value is (212,218,31). Sum of RGB (Red+Green+Blue) = 212+218+31=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 31 (12.5% from 255 or 6.72% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DA1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DA1F is #2B25E0. Grayscale: #C3C3C3. Windows color (decimal): -2827745 or 2087636. OLE color: 2087636.

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

Color convert

RGB 212 218 31 -
CMYK 0.03 0 0.86 0.15
HSL 61.93º 0.75% 0.49% -
HSV(B) 61.93º 0.86% 0.85% -
XYZ 52.47 64.24 10.93 -
YUV 194.89 35.51 140.21 -
System Red Green Blue C M Y K H S L
Decimal 212 218 31 0.03 0 0.86 0.15 61.93 0.75 0.49
Hex D4 DA 1F 3 0 56 F 3E 4B 31
Octal 324 332 37 3 0 126 17 76 113 61
Binary 11010100 11011010 11111 11 0 1010110 1111 111110 1001011 110001

Color Harmonies of #D4DA1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DA1F

Black with #D4DA1F

Text Example


Text Example

White with #D4DA1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DA1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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