#D8DF3B

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

Shades of Bitter Lemon #D8DF3B

Tints of Bitter Lemon #D8DF3B

Color information

#D8DF3B (or 0xD8DF3B) is unknown color: approx Bitter Lemon. HEX triplet: D8, DF and 3B. RGB value is (216,223,59). Sum of RGB (Red+Green+Blue) = 216+223+59=498 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.37% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 59 (23.44% from 255 or 11.85% from 498); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DF3B is #2720C4. Grayscale: #CACACA. Windows color (decimal): -2564293 or 3923928. OLE color: 3923928.

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

Color convert

RGB21622359-
CMYK0.0300.740.13
HSL62.56º71.93%55.29%-
HSV(B)62.56º73.54%87.45%-
XYZ55.567.6914.28-
YUV202.2147.18137.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 43.37%
GREEN value IS 223 (87.5% from 255) = 44.78%
BLUE value IS 59 (23.44% from 255) = 11.85%
R=43.37%
G=44.78%
B=11.85%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal216223590.0300.740.1362.5671.9355.29
HexD8DF3B304AD3f4837
Octal3303377330112157711067
Binary1101100011011111111011110100101011011111111001000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DF3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DF3B; }

 p { color: rgb(216,223,59); }

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

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

 a { background-color: rgb(216,223,59); }

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

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

 span { border-color: rgb(216,223,59); }

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