#D5D233

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

Shades of Bitter Lemon #D5D233

Tints of Bitter Lemon #D5D233

Color information

#D5D233 (or 0xD5D233) is unknown color: approx Bitter Lemon. HEX triplet: D5, D2 and 33. RGB value is (213,210,51). Sum of RGB (Red+Green+Blue) = 213+210+51=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 51 (20.31% from 255 or 10.76% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5D233 is #2A2DCC. Grayscale: #C1C1C1. Windows color (decimal): -2764237 or 3396309. OLE color: 3396309.

HSL color Cylindrical-coordinate representation of color #D5D233: hue angle of 58.89º 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 #D5D233 is Cyan = 0, Magento = 0.01, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB21321051-
CMYK00.010.760.16
HSL58.89º65.85%51.76%-
HSV(B)58.89º76.06%83.53%-
XYZ51.0860.4812.11-
YUV192.7747.99142.43-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 44.94%
GREEN value IS 210 (82.42% from 255) = 44.30%
BLUE value IS 51 (20.31% from 255) = 10.76%
R=44.94%
G=44.30%
B=10.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132105100.010.760.1658.8965.8551.76
HexD5D233014C103b4234
Octal3253226301114207310264
Binary1101010111010010110011011001100100001110111000010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D233; }

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

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

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

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

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

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

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

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