Html Css Color HEX #D6DA1D Bitter Lemon

📋 copy color: '#D6DA1D'

red 214 ◦ green 218 ◦ blue 29

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

Shades of Bitter Lemon #D6DA1D

Tints of Bitter Lemon #D6DA1D

RGB

 RED value IS 214 (83.98% from 255) = 46.42%

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

 BLUE value IS 29 (11.72% from 255) = 6.29%

R = 46.42%
G = 47.29%
B = 6.29%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.15

RGB Variations

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

Color information

#D6DA1D (or 0xD6DA1D) is known color: Bitter Lemon. HEX triplet: D6, DA and 1D. RGB value is (214,218,29). Sum of RGB (Red+Green+Blue) = 214+218+29=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 218 (85.55% from 255 or 47.29% from 461); Blue value is 29 (11.72% from 255 or 6.29% from 461); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DA1D is #2925E2. Grayscale: #C4C4C4. Windows color (decimal): -2696675 or 1956566. OLE color: 1956566.

HSL color Cylindrical-coordinate representation of color #D6DA1D: hue angle of 61.27º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6DA1D is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.15.

Color convert

RGB 214 218 29 -
CMYK 0.02 0 0.87 0.15
HSL 61.27º 0.77% 0.48% -
HSV(B) 61.27º 0.87% 0.85% -
XYZ 53.02 64.53 10.82 -
YUV 195.26 34.17 141.37 -
System Red Green Blue C M Y K H S L
Decimal 214 218 29 0.02 0 0.87 0.15 61.27 0.77 0.48
Hex D6 DA 1D 2 0 57 F 3D 4D 30
Octal 326 332 35 2 0 127 17 75 115 60
Binary 11010110 11011010 11101 10 0 1010111 1111 111101 1001101 110000

Color Harmonies of #D6DA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DA1D

Black with #D6DA1D

Text Example


Text Example

White with #D6DA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DA1D; }

 p { color: rgb(214,218,29); }

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

background-color css

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

 a { background-color: rgb(214,218,29); }

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

border-color css

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

 span { border-color: rgb(214,218,29); }

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