#D8DC2B

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

Shades of Bitter Lemon #D8DC2B

Tints of Bitter Lemon #D8DC2B

Color information

#D8DC2B (or 0xD8DC2B) is unknown color: approx Bitter Lemon. HEX triplet: D8, DC and 2B. RGB value is (216,220,43). Sum of RGB (Red+Green+Blue) = 216+220+43=479 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.09% from 479); Green value is 220 (86.33% from 255 or 45.93% from 479); Blue value is 43 (17.19% from 255 or 8.98% from 479); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DC2B is #2723D4. Grayscale: #C7C7C7. Windows color (decimal): -2565077 or 2874584. OLE color: 2874584.

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

Color convert

RGB21622043-
CMYK0.0200.800.14
HSL61.36º71.66%51.57%-
HSV(B)61.36º80.45%86.27%-
XYZ54.3565.9612.15-
YUV198.6340.17140.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.09%
GREEN value IS 220 (86.33% from 255) = 45.93%
BLUE value IS 43 (17.19% from 255) = 8.98%
R=45.09%
G=45.93%
B=8.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216220430.0200.800.1461.3671.6651.57
HexD8DC2B2050E3d4834
Octal3303345320120167511064
Binary1101100011011100101011100101000011101111011001000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DC2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DC2B; }

 p { color: rgb(216,220,43); }

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

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

 a { background-color: rgb(216,220,43); }

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

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

 span { border-color: rgb(216,220,43); }

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