#D8DA33

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

Shades of Bitter Lemon #D8DA33

Tints of Bitter Lemon #D8DA33

Color information

#D8DA33 (or 0xD8DA33) is unknown color: approx Bitter Lemon. HEX triplet: D8, DA and 33. RGB value is (216,218,51). Sum of RGB (Red+Green+Blue) = 216+218+51=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 218 (85.55% from 255 or 44.95% from 485); Blue value is 51 (20.31% from 255 or 10.52% from 485); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DA33 is #2725CC. Grayscale: #C7C7C7. Windows color (decimal): -2565581 or 3398360. OLE color: 3398360.

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

Color convert

RGB21621851-
CMYK0.0100.770.15
HSL60.72º69.29%52.75%-
HSV(B)60.72º76.61%85.49%-
XYZ53.9964.9812.83-
YUV198.3644.84140.58-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 218 (85.55% from 255) = 44.95%
BLUE value IS 51 (20.31% from 255) = 10.52%
R=44.54%
G=44.95%
B=10.52%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216218510.0100.770.1560.7269.2952.75
HexD8DA33104DF3d4535
Octal3303326310115177510565
Binary110110001101101011001110100110111111111011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DA33; }

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

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

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

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

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

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

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

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