#D1D53C

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

Shades of Bitter Lemon #D1D53C

Tints of Bitter Lemon #D1D53C

Color information

#D1D53C (or 0xD1D53C) is unknown color: approx Bitter Lemon. HEX triplet: D1, D5 and 3C. RGB value is (209,213,60). Sum of RGB (Red+Green+Blue) = 209+213+60=482 (63% of max value = 765). Red value is 209 (82.03% from 255 or 43.36% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 60 (23.83% from 255 or 12.45% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D53C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1D53C is #2E2AC3. Grayscale: #C2C2C2. Windows color (decimal): -3025604 or 3986897. OLE color: 3986897.

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

Color convert

RGB20921360-
CMYK0.0200.720.16
HSL61.57º64.56%53.53%-
HSV(B)61.57º71.83%83.53%-
XYZ50.961.4713.46-
YUV194.3652.17138.44-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 43.36%
GREEN value IS 213 (83.59% from 255) = 44.19%
BLUE value IS 60 (23.83% from 255) = 12.45%
R=43.36%
G=44.19%
B=12.45%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal209213600.0200.720.1661.5764.5653.53
HexD1D53C2048103e4136
Octal3213257420110207610166
Binary11010001110101011111001001001000100001111101000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D53C; }

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

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

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

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

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

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

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

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