#D1D83A

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

Shades of Bitter Lemon #D1D83A

Tints of Bitter Lemon #D1D83A

Color information

#D1D83A (or 0xD1D83A) is unknown color: approx Bitter Lemon. HEX triplet: D1, D8 and 3A. RGB value is (209,216,58). Sum of RGB (Red+Green+Blue) = 209+216+58=483 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.27% from 483); Green value is 216 (84.77% from 255 or 44.72% from 483); Blue value is 58 (23.05% from 255 or 12.01% from 483); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D83A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D83A is #2E27C5. Grayscale: #C4C4C4. Windows color (decimal): -3024838 or 3856593. OLE color: 3856593.

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

Color convert

RGB20921658-
CMYK0.0300.730.15
HSL62.66º66.95%53.73%-
HSV(B)62.66º73.15%84.71%-
XYZ51.6162.9713.44-
YUV195.950.18137.35-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.27%
GREEN value IS 216 (84.77% from 255) = 44.72%
BLUE value IS 58 (23.05% from 255) = 12.01%
R=43.27%
G=44.72%
B=12.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal209216580.0300.730.1562.6666.9553.73
HexD1D83A3049F3f4336
Octal3213307230111177710366
Binary1101000111011000111010110100100111111111111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D83A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D83A; }

 p { color: rgb(209,216,58); }

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

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

 a { background-color: rgb(209,216,58); }

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

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

 span { border-color: rgb(209,216,58); }

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