#D9DF2A

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

Shades of Bitter Lemon #D9DF2A

Tints of Bitter Lemon #D9DF2A

Color information

#D9DF2A (or 0xD9DF2A) is unknown color: approx Bitter Lemon. HEX triplet: D9, DF and 2A. RGB value is (217,223,42). Sum of RGB (Red+Green+Blue) = 217+223+42=482 (63% of max value = 765). Red value is 217 (85.16% from 255 or 45.02% from 482); Green value is 223 (87.5% from 255 or 46.27% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DF2A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9DF2A is #2620D5. Grayscale: #C9C9C9. Windows color (decimal): -2498774 or 2809817. OLE color: 2809817.

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

Color convert

RGB21722342-
CMYK0.0300.810.13
HSL61.99º73.88%51.96%-
HSV(B)61.99º81.17%87.45%-
XYZ55.4267.6912.34-
YUV200.5738.51139.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 45.02%
GREEN value IS 223 (87.5% from 255) = 46.27%
BLUE value IS 42 (16.80% from 255) = 8.71%
R=45.02%
G=46.27%
B=8.71%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal217223420.0300.810.1361.9973.8851.96
HexD9DF2A3051D3e4a34
Octal3313375230121157611264
Binary1101100111011111101010110101000111011111101001010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DF2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DF2A; }

 p { color: rgb(217,223,42); }

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

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

 a { background-color: rgb(217,223,42); }

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

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

 span { border-color: rgb(217,223,42); }

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