#D6DA33

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

Shades of Bitter Lemon #D6DA33

Tints of Bitter Lemon #D6DA33

Color information

#D6DA33 (or 0xD6DA33) is unknown color: approx Bitter Lemon. HEX triplet: D6, DA and 33. RGB value is (214,218,51). Sum of RGB (Red+Green+Blue) = 214+218+51=483 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.31% from 483); Green value is 218 (85.55% from 255 or 45.13% from 483); Blue value is 51 (20.31% from 255 or 10.56% from 483); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA33 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DA33 is #2925CC. Grayscale: #C6C6C6. Windows color (decimal): -2696653 or 3398358. OLE color: 3398358.

HSL color Cylindrical-coordinate representation of color #D6DA33: hue angle of 61.44º 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 #D6DA33 is Cyan = 0.02, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.15.

Color convert

RGB21421851-
CMYK0.0200.770.15
HSL61.44º69.29%52.75%-
HSV(B)61.44º76.61%85.49%-
XYZ53.464.6812.8-
YUV197.7745.17139.58-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.31%
GREEN value IS 218 (85.55% from 255) = 45.13%
BLUE value IS 51 (20.31% from 255) = 10.56%
R=44.31%
G=45.13%
B=10.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal214218510.0200.770.1561.4469.2952.75
HexD6DA33204DF3d4535
Octal3263326320115177510565
Binary1101011011011010110011100100110111111111011000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DA33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DA33; }

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

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

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

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

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

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

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

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