#D5D432

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

Shades of Bitter Lemon #D5D432

Tints of Bitter Lemon #D5D432

Color information

#D5D432 (or 0xD5D432) is unknown color: approx Bitter Lemon. HEX triplet: D5, D4 and 32. RGB value is (213,212,50). Sum of RGB (Red+Green+Blue) = 213+212+50=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 50 (19.92% from 255 or 10.53% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D432 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D432 is #2A2BCD. Grayscale: #C2C2C2. Windows color (decimal): -2763726 or 3331285. OLE color: 3331285.

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

Color convert

RGB21321250-
CMYK00.000.770.16
HSL59.63º65.99%51.57%-
HSV(B)59.63º76.53%83.53%-
XYZ51.5661.4612.16-
YUV193.8346.83141.67-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.84%
GREEN value IS 212 (83.20% from 255) = 44.63%
BLUE value IS 50 (19.92% from 255) = 10.53%
R=44.84%
G=44.63%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.77
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132125000.000.770.1659.6365.9951.57
HexD5D432004D103c4234
Octal3253246200115207410264
Binary1101010111010100110010001001101100001111001000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D432; }

 p { color: rgb(213,212,50); }

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

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

 a { background-color: rgb(213,212,50); }

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

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

 span { border-color: rgb(213,212,50); }

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