Html Css Color HEX #D6DC1C Bitter Lemon

📋 copy color: '#D6DC1C'

red 214 ◦ green 220 ◦ blue 28

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

Shades of Bitter Lemon #D6DC1C

Tints of Bitter Lemon #D6DC1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.06%

R = 46.32%
G = 47.62%
B = 6.06%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.87

 K value IS 0.14

RGB Variations

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

Color information

#D6DC1C (or 0xD6DC1C) is known color: Bitter Lemon. HEX triplet: D6, DC and 1C. RGB value is (214,220,28). Sum of RGB (Red+Green+Blue) = 214+220+28=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 220 (86.33% from 255 or 47.62% from 462); Blue value is 28 (11.33% from 255 or 6.06% from 462); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC1C is #2923E3. Grayscale: #C5C5C5. Windows color (decimal): -2696164 or 1891542. OLE color: 1891542.

HSL color Cylindrical-coordinate representation of color #D6DC1C: hue angle of 61.88º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D6DC1C is Cyan = 0.03, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.14.

Color convert

RGB 214 220 28 -
CMYK 0.03 0 0.87 0.14
HSL 61.88º 0.77% 0.49% -
HSV(B) 61.88º 0.87% 0.86% -
XYZ 53.53 65.57 10.93 -
YUV 196.32 33.01 140.61 -
System Red Green Blue C M Y K H S L
Decimal 214 220 28 0.03 0 0.87 0.14 61.88 0.77 0.49
Hex D6 DC 1C 3 0 57 E 3E 4D 31
Octal 326 334 34 3 0 127 16 76 115 61
Binary 11010110 11011100 11100 11 0 1010111 1110 111110 1001101 110001

Color Harmonies of #D6DC1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6DC1C

Black with #D6DC1C

Text Example


Text Example

White with #D6DC1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6DC1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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