#D8D233

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

Shades of Bitter Lemon #D8D233

Tints of Bitter Lemon #D8D233

Color information

#D8D233 (or 0xD8D233) is unknown color: approx Bitter Lemon. HEX triplet: D8, D2 and 33. RGB value is (216,210,51). Sum of RGB (Red+Green+Blue) = 216+210+51=477 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.28% from 477); Green value is 210 (82.42% from 255 or 44.03% from 477); Blue value is 51 (20.31% from 255 or 10.69% from 477); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D233 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D233 is #272DCC. Grayscale: #C2C2C2. Windows color (decimal): -2567629 or 3396312. OLE color: 3396312.

HSL color Cylindrical-coordinate representation of color #D8D233: hue angle of 57.82º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D8D233 is Cyan = 0, Magento = 0.03, Yellow = 0.76 and Black (K on CMYK) = 0.15.

Color convert

RGB21621051-
CMYK00.030.760.15
HSL57.82º67.9%52.35%-
HSV(B)57.82º76.39%84.71%-
XYZ51.9660.9312.15-
YUV193.6747.49143.93-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 45.28%
GREEN value IS 210 (82.42% from 255) = 44.03%
BLUE value IS 51 (20.31% from 255) = 10.69%
R=45.28%
G=44.03%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.76
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162105100.030.760.1557.8267.952.35
HexD8D233034CF3a4434
Octal3303226303114177210464
Binary1101100011010010110011011100110011111110101000100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D233; }

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

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

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

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

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

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

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

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