#D3D821

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

Shades of Bitter Lemon #D3D821

Tints of Bitter Lemon #D3D821

Color information

#D3D821 (or 0xD3D821) is unknown color: approx Bitter Lemon. HEX triplet: D3, D8 and 21. RGB value is (211,216,33). Sum of RGB (Red+Green+Blue) = 211+216+33=460 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.87% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 33 (13.28% from 255 or 7.17% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D821 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3D821 is #2C27DE. Grayscale: #C2C2C2. Windows color (decimal): -2893791 or 2218195. OLE color: 2218195.

HSL color Cylindrical-coordinate representation of color #D3D821: hue angle of 61.64º 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 #D3D821 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21121633-
CMYK0.0200.850.15
HSL61.64º73.49%48.82%-
HSV(B)61.64º84.72%84.71%-
XYZ51.6963.0710.89-
YUV193.6437.34140.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 45.87%
GREEN value IS 216 (84.77% from 255) = 46.96%
BLUE value IS 33 (13.28% from 255) = 7.17%
R=45.87%
G=46.96%
B=7.17%

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
Decimal211216330.0200.850.1561.6473.4948.82
HexD3D8212055F3e4931
Octal3233304120125177611161
Binary1101001111011000100001100101010111111111101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D821; }

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

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

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

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

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

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

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

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