#D5DD1E

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

Shades of Bitter Lemon #D5DD1E

Tints of Bitter Lemon #D5DD1E

Color information

#D5DD1E (or 0xD5DD1E) is unknown color: approx Bitter Lemon. HEX triplet: D5, DD and 1E. RGB value is (213,221,30). Sum of RGB (Red+Green+Blue) = 213+221+30=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 221 (86.72% from 255 or 47.63% from 464); Blue value is 30 (12.11% from 255 or 6.47% from 464); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DD1E is #2A22E1. Grayscale: #C5C5C5. Windows color (decimal): -2761442 or 2022869. OLE color: 2022869.

HSL color Cylindrical-coordinate representation of color #D5DD1E: hue angle of 62.51º 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 #D5DD1E is Cyan = 0.04, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB21322130-
CMYK0.0400.860.13
HSL62.51º76.1%49.22%-
HSV(B)62.51º86.43%86.67%-
XYZ53.5365.9511.14-
YUV196.8333.85139.53-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.91%
GREEN value IS 221 (86.72% from 255) = 47.63%
BLUE value IS 30 (12.11% from 255) = 6.47%
R=45.91%
G=47.63%
B=6.47%

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
Decimal213221300.0400.860.1362.5176.149.22
HexD5DD1E4056D3f4c31
Octal3253353640126157711461
Binary1101010111011101111101000101011011011111111001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DD1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DD1E; }

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

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

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

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

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

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

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

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