#D4D821

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

Shades of Bitter Lemon #D4D821

Tints of Bitter Lemon #D4D821

Color information

#D4D821 (or 0xD4D821) is unknown color: approx Bitter Lemon. HEX triplet: D4, D8 and 21. RGB value is (212,216,33). Sum of RGB (Red+Green+Blue) = 212+216+33=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 216 (84.77% from 255 or 46.85% from 461); Blue value is 33 (13.28% from 255 or 7.16% from 461); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4D821 is #2B27DE. Grayscale: #C2C2C2. Windows color (decimal): -2828255 or 2218196. OLE color: 2218196.

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

Color convert

RGB21221633-
CMYK0.0200.850.15
HSL61.31º73.49%48.82%-
HSV(B)61.31º84.72%84.71%-
XYZ51.9863.2210.9-
YUV193.9437.17140.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.99%
GREEN value IS 216 (84.77% from 255) = 46.85%
BLUE value IS 33 (13.28% from 255) = 7.16%
R=45.99%
G=46.85%
B=7.16%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212216330.0200.850.1561.3173.4948.82
HexD4D8212055F3d4931
Octal3243304120125177511161
Binary1101010011011000100001100101010111111111011001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D821; }

 p { color: rgb(212,216,33); }

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

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

 a { background-color: rgb(212,216,33); }

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

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

 span { border-color: rgb(212,216,33); }

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