#D6DC2B

Color #D6DC2B Bitter Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter Lemon #D6DC2B

Tints of Bitter Lemon #D6DC2B

Color information

#D6DC2B (or 0xD6DC2B) is unknown color: approx Bitter Lemon. HEX triplet: D6, DC and 2B. RGB value is (214,220,43). Sum of RGB (Red+Green+Blue) = 214+220+43=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 220 (86.33% from 255 or 46.12% from 477); Blue value is 43 (17.19% from 255 or 9.01% from 477); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DC2B is #2923D4. Grayscale: #C6C6C6. Windows color (decimal): -2696149 or 2874582. OLE color: 2874582.

HSL color Cylindrical-coordinate representation of color #D6DC2B: hue angle of 62.03º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6DC2B is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.14.

Color convert

RGB21422043-
CMYK0.0300.800.14
HSL62.03º71.66%51.57%-
HSV(B)62.03º80.45%86.27%-
XYZ53.7665.6612.13-
YUV198.0340.51139.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 220 (86.33% from 255) = 46.12%
BLUE value IS 43 (17.19% from 255) = 9.01%
R=44.86%
G=46.12%
B=9.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal214220430.0300.800.1462.0371.6651.57
HexD6DC2B3050E3e4834
Octal3263345330120167611064
Binary1101011011011100101011110101000011101111101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DC2B; }

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

 H1.HeaderClassName
 {
   color: #D6DC2B;
 }
 .AnyTagClassName
 {
   color: #D6DC2B;
 }
</style>
background-color css

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

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

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

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

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

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