#D8D736

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

Shades of Bitter Lemon #D8D736

Tints of Bitter Lemon #D8D736

Color information

#D8D736 (or 0xD8D736) is unknown color: approx Bitter Lemon. HEX triplet: D8, D7 and 36. RGB value is (216,215,54). Sum of RGB (Red+Green+Blue) = 216+215+54=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 215 (84.38% from 255 or 44.33% from 485); Blue value is 54 (21.48% from 255 or 11.13% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D736 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8D736 is #2728C9. Grayscale: #C5C5C5. Windows color (decimal): -2566346 or 3594200. OLE color: 3594200.

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

Color convert

RGB21621554-
CMYK00.000.750.15
HSL59.63º67.5%52.94%-
HSV(B)59.63º75%84.71%-
XYZ53.2963.4712.93-
YUV196.9447.33141.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 215 (84.38% from 255) = 44.33%
BLUE value IS 54 (21.48% from 255) = 11.13%
R=44.54%
G=44.33%
B=11.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.75
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162155400.000.750.1559.6367.552.94
HexD8D736004BF3c4435
Octal3303276600113177410465
Binary110110001101011111011000100101111111111001000100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D736; }

 p { color: rgb(216,215,54); }

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

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

 a { background-color: rgb(216,215,54); }

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

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

 span { border-color: rgb(216,215,54); }

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