#D4DD1E

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

Shades of Bitter Lemon #D4DD1E

Tints of Bitter Lemon #D4DD1E

Color information

#D4DD1E (or 0xD4DD1E) is unknown color: approx Bitter Lemon. HEX triplet: D4, DD and 1E. RGB value is (212,221,30). Sum of RGB (Red+Green+Blue) = 212+221+30=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 221 (86.72% from 255 or 47.73% from 463); Blue value is 30 (12.11% from 255 or 6.48% from 463); Max value from RGB is 221 - color contains mainly: green. Hex color #D4DD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DD1E is #2B22E1. Grayscale: #C5C5C5. Windows color (decimal): -2826978 or 2022868. OLE color: 2022868.

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

Color convert

RGB21222130-
CMYK0.0400.860.13
HSL62.83º76.1%49.22%-
HSV(B)62.83º86.43%86.67%-
XYZ53.2465.811.12-
YUV196.5434.02139.03-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.79%
GREEN value IS 221 (86.72% from 255) = 47.73%
BLUE value IS 30 (12.11% from 255) = 6.48%
R=45.79%
G=47.73%
B=6.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal212221300.0400.860.1362.8376.149.22
HexD4DD1E4056D3f4c31
Octal3243353640126157711461
Binary1101010011011101111101000101011011011111111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DD1E; }

 p { color: rgb(212,221,30); }

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

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

 a { background-color: rgb(212,221,30); }

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

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

 span { border-color: rgb(212,221,30); }

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