Html Css Color HEX #D6DC1E Bitter Lemon

📋 copy color: '#D6DC1E'

red 214 ◦ green 220 ◦ blue 30

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

Shades of Bitter Lemon #D6DC1E

Tints of Bitter Lemon #D6DC1E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 47.41%

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

R = 46.12%
G = 47.41%
B = 6.47%

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

#D6DC1E (or 0xD6DC1E) is known color: Bitter Lemon. HEX triplet: D6, DC and 1E. RGB value is (214,220,30). Sum of RGB (Red+Green+Blue) = 214+220+30=464 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.12% from 464); Green value is 220 (86.33% from 255 or 47.41% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC1E is #2923E1. Grayscale: #C5C5C5. Windows color (decimal): -2696162 or 2022614. OLE color: 2022614.

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

Color convert

RGB 214 220 30 -
CMYK 0.03 0 0.86 0.14
HSL 61.89º 0.76% 0.49% -
HSV(B) 61.89º 0.86% 0.86% -
XYZ 53.56 65.58 11.06 -
YUV 196.55 34.01 140.45 -
System Red Green Blue C M Y K H S L
Decimal 214 220 30 0.03 0 0.86 0.14 61.89 0.76 0.49
Hex D6 DC 1E 3 0 56 E 3E 4C 31
Octal 326 334 36 3 0 126 16 76 114 61
Binary 11010110 11011100 11110 11 0 1010110 1110 111110 1001100 110001

Color Harmonies of #D6DC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC1E

Black with #D6DC1E

Text Example


Text Example

White with #D6DC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC1E; }

 p { color: rgb(214,220,30); }

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

background-color css

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

 a { background-color: rgb(214,220,30); }

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

border-color css

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

 span { border-color: rgb(214,220,30); }

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