#D5D133

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

Shades of Bitter Lemon #D5D133

Tints of Bitter Lemon #D5D133

Color information

#D5D133 (or 0xD5D133) is unknown color: approx Bitter Lemon. HEX triplet: D5, D1 and 33. RGB value is (213,209,51). Sum of RGB (Red+Green+Blue) = 213+209+51=473 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.03% from 473); Green value is 209 (82.03% from 255 or 44.19% from 473); Blue value is 51 (20.31% from 255 or 10.78% from 473); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D133 is #2A2ECC. Grayscale: #C0C0C0. Windows color (decimal): -2764493 or 3396053. OLE color: 3396053.

HSL color Cylindrical-coordinate representation of color #D5D133: hue angle of 58.52º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D5D133 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21320951-
CMYK00.020.760.16
HSL58.52º65.85%51.76%-
HSV(B)58.52º76.06%83.53%-
XYZ50.8459.9912.03-
YUV192.1848.33142.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.03%
GREEN value IS 209 (82.03% from 255) = 44.19%
BLUE value IS 51 (20.31% from 255) = 10.78%
R=45.03%
G=44.19%
B=10.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132095100.020.760.1658.5265.8551.76
HexD5D133024C103b4234
Octal3253216302114207310264
Binary11010101110100011100110101001100100001110111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D133; }

 p { color: rgb(213,209,51); }

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

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

 a { background-color: rgb(213,209,51); }

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

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

 span { border-color: rgb(213,209,51); }

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