#D7DD2C

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

Shades of Bitter Lemon #D7DD2C

Tints of Bitter Lemon #D7DD2C

Color information

#D7DD2C (or 0xD7DD2C) is unknown color: approx Bitter Lemon. HEX triplet: D7, DD and 2C. RGB value is (215,221,44). Sum of RGB (Red+Green+Blue) = 215+221+44=480 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.79% from 480); Green value is 221 (86.72% from 255 or 46.04% from 480); Blue value is 44 (17.58% from 255 or 9.17% from 480); Max value from RGB is 221 - color contains mainly: green. Hex color #D7DD2C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D7DD2C is #2822D3. Grayscale: #C7C7C7. Windows color (decimal): -2630356 or 2940375. OLE color: 2940375.

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

Color convert

RGB21522144-
CMYK0.0300.800.13
HSL62.03º72.24%51.96%-
HSV(B)62.03º80.09%86.67%-
XYZ54.3466.3412.32-
YUV199.0340.51139.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.79%
GREEN value IS 221 (86.72% from 255) = 46.04%
BLUE value IS 44 (17.58% from 255) = 9.17%
R=44.79%
G=46.04%
B=9.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal215221440.0300.800.1362.0372.2451.96
HexD7DD2C3050D3e4834
Octal3273355430120157611064
Binary1101011111011101101100110101000011011111101001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DD2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DD2C; }

 p { color: rgb(215,221,44); }

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

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

 a { background-color: rgb(215,221,44); }

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

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

 span { border-color: rgb(215,221,44); }

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