#D5DC3B

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

Shades of Bitter Lemon #D5DC3B

Tints of Bitter Lemon #D5DC3B

Color information

#D5DC3B (or 0xD5DC3B) is unknown color: approx Bitter Lemon. HEX triplet: D5, DC and 3B. RGB value is (213,220,59). Sum of RGB (Red+Green+Blue) = 213+220+59=492 (65% of max value = 765). Red value is 213 (83.59% from 255 or 43.29% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 59 (23.44% from 255 or 11.99% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DC3B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DC3B is #2A23C4. Grayscale: #C8C8C8. Windows color (decimal): -2761669 or 3923157. OLE color: 3923157.

HSL color Cylindrical-coordinate representation of color #D5DC3B: hue angle of 62.61º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D5DC3B is Cyan = 0.03, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.

Color convert

RGB21322059-
CMYK0.0300.730.14
HSL62.61º69.7%54.71%-
HSV(B)62.61º73.18%86.27%-
XYZ53.8265.6513.97-
YUV199.5548.68137.59-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 43.29%
GREEN value IS 220 (86.33% from 255) = 44.72%
BLUE value IS 59 (23.44% from 255) = 11.99%
R=43.29%
G=44.72%
B=11.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal213220590.0300.730.1462.6169.754.71
HexD5DC3B3049E3f4637
Octal3253347330111167710667
Binary1101010111011100111011110100100111101111111000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DC3B; }

 p { color: rgb(213,220,59); }

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

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

 a { background-color: rgb(213,220,59); }

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

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

 span { border-color: rgb(213,220,59); }

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