#D6DD1A

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

Shades of Bitter Lemon #D6DD1A

Tints of Bitter Lemon #D6DD1A

Color information

#D6DD1A (or 0xD6DD1A) is unknown color: approx Bitter Lemon. HEX triplet: D6, DD and 1A. RGB value is (214,221,26). Sum of RGB (Red+Green+Blue) = 214+221+26=461 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.42% from 461); Green value is 221 (86.72% from 255 or 47.94% from 461); Blue value is 26 (10.55% from 255 or 5.64% from 461); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DD1A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DD1A is #2922E5. Grayscale: #C5C5C5. Windows color (decimal): -2695910 or 1760726. OLE color: 1760726.

HSL color Cylindrical-coordinate representation of color #D6DD1A: hue angle of 62.15º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D6DD1A is Cyan = 0.03, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.

Color convert

RGB21422126-
CMYK0.0300.880.13
HSL62.15º78.95%48.43%-
HSV(B)62.15º88.24%86.67%-
XYZ53.7766.0810.9-
YUV196.6831.68140.36-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.42%
GREEN value IS 221 (86.72% from 255) = 47.94%
BLUE value IS 26 (10.55% from 255) = 5.64%
R=46.42%
G=47.94%
B=5.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal214221260.0300.880.1362.1578.9548.43
HexD6DD1A3058D3e4f30
Octal3263353230130157611760
Binary110101101101110111010110101100011011111101001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DD1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DD1A; }

 p { color: rgb(214,221,26); }

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

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

 a { background-color: rgb(214,221,26); }

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

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

 span { border-color: rgb(214,221,26); }

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