#D6D524

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

Shades of Bitter Lemon #D6D524

Tints of Bitter Lemon #D6D524

Color information

#D6D524 (or 0xD6D524) is unknown color: approx Bitter Lemon. HEX triplet: D6, D5 and 24. RGB value is (214,213,36). Sum of RGB (Red+Green+Blue) = 214+213+36=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 213 (83.59% from 255 or 46.00% from 463); Blue value is 36 (14.45% from 255 or 7.78% from 463); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6D524 is #292ADB. Grayscale: #C1C1C1. Windows color (decimal): -2697948 or 2414038. OLE color: 2414038.

HSL color Cylindrical-coordinate representation of color #D6D524: hue angle of 59.66º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D6D524 is Cyan = 0, Magento = 0.00, Yellow = 0.83 and Black (K on CMYK) = 0.16.

Color convert

RGB21421336-
CMYK00.000.830.16
HSL59.66º71.2%49.02%-
HSV(B)59.66º83.18%83.92%-
XYZ51.8462.0110.91-
YUV193.1239.33142.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.22%
GREEN value IS 213 (83.59% from 255) = 46.00%
BLUE value IS 36 (14.45% from 255) = 7.78%
R=46.22%
G=46.00%
B=7.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.83
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142133600.000.830.1659.6671.249.02
HexD6D5240053103c4731
Octal3263254400123207410761
Binary1101011011010101100100001010011100001111001000111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D524; }

 p { color: rgb(214,213,36); }

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

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

 a { background-color: rgb(214,213,36); }

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

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

 span { border-color: rgb(214,213,36); }

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