#D6DB2D

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

Shades of Bitter Lemon #D6DB2D

Tints of Bitter Lemon #D6DB2D

Color information

#D6DB2D (or 0xD6DB2D) is unknown color: approx Bitter Lemon. HEX triplet: D6, DB and 2D. RGB value is (214,219,45). Sum of RGB (Red+Green+Blue) = 214+219+45=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 45 (17.97% from 255 or 9.41% from 478); Max value from RGB is 219 - color contains mainly: green. Hex color #D6DB2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6DB2D is #2924D2. Grayscale: #C6C6C6. Windows color (decimal): -2696403 or 3005398. OLE color: 3005398.

HSL color Cylindrical-coordinate representation of color #D6DB2D: hue angle of 61.72º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D6DB2D is Cyan = 0.02, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB21421945-
CMYK0.0200.790.14
HSL61.72º70.73%51.76%-
HSV(B)61.72º79.45%85.88%-
XYZ53.5465.1512.24-
YUV197.6741.84139.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 219 (85.94% from 255) = 45.82%
BLUE value IS 45 (17.97% from 255) = 9.41%
R=44.77%
G=45.82%
B=9.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal214219450.0200.790.1461.7270.7351.76
HexD6DB2D204FE3e4734
Octal3263335520117167610764
Binary1101011011011011101101100100111111101111101000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DB2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DB2D; }

 p { color: rgb(214,219,45); }

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

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

 a { background-color: rgb(214,219,45); }

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

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

 span { border-color: rgb(214,219,45); }

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