#D6DA3E

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

Shades of Bitter Lemon #D6DA3E

Tints of Bitter Lemon #D6DA3E

Color information

#D6DA3E (or 0xD6DA3E) is unknown color: approx Bitter Lemon. HEX triplet: D6, DA and 3E. RGB value is (214,218,62). Sum of RGB (Red+Green+Blue) = 214+218+62=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 218 (85.55% from 255 or 44.13% from 494); Blue value is 62 (24.61% from 255 or 12.55% from 494); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA3E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DA3E is #2925C1. Grayscale: #C7C7C7. Windows color (decimal): -2696642 or 4119254. OLE color: 4119254.

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

Color convert

RGB21421862-
CMYK0.0200.720.15
HSL61.54º67.83%54.9%-
HSV(B)61.54º71.56%85.49%-
XYZ53.6764.7914.23-
YUV199.0250.67138.68-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 218 (85.55% from 255) = 44.13%
BLUE value IS 62 (24.61% from 255) = 12.55%
R=43.32%
G=44.13%
B=12.55%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214218620.0200.720.1561.5467.8354.9
HexD6DA3E2048F3e4437
Octal3263327620110177610467
Binary1101011011011010111110100100100011111111101000100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DA3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DA3E; }

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

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

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

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

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

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

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

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