#D5DA2C

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

Shades of Bitter Lemon #D5DA2C

Tints of Bitter Lemon #D5DA2C

Color information

#D5DA2C (or 0xD5DA2C) is unknown color: approx Bitter Lemon. HEX triplet: D5, DA and 2C. RGB value is (213,218,44). Sum of RGB (Red+Green+Blue) = 213+218+44=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 44 (17.58% from 255 or 9.26% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DA2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DA2C is #2A25D3. Grayscale: #C5C5C5. Windows color (decimal): -2762196 or 2939605. OLE color: 2939605.

HSL color Cylindrical-coordinate representation of color #D5DA2C: hue angle of 61.72º degrees, saturation: 0.7, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D5DA2C is Cyan = 0.02, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.15.

Color convert

RGB21321844-
CMYK0.0200.800.15
HSL61.72º70.16%51.37%-
HSV(B)61.72º79.82%85.49%-
XYZ52.9764.4712.04-
YUV196.6741.84139.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 218 (85.55% from 255) = 45.89%
BLUE value IS 44 (17.58% from 255) = 9.26%
R=44.84%
G=45.89%
B=9.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal213218440.0200.800.1561.7270.1651.37
HexD5DA2C2050F3e4633
Octal3253325420120177610663
Binary1101010111011010101100100101000011111111101000110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DA2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DA2C; }

 p { color: rgb(213,218,44); }

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

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

 a { background-color: rgb(213,218,44); }

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

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

 span { border-color: rgb(213,218,44); }

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