#D2DB2E

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

Shades of Bitter Lemon #D2DB2E

Tints of Bitter Lemon #D2DB2E

Color information

#D2DB2E (or 0xD2DB2E) is unknown color: approx Bitter Lemon. HEX triplet: D2, DB and 2E. RGB value is (210,219,46). Sum of RGB (Red+Green+Blue) = 210+219+46=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 46 (18.36% from 255 or 9.68% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DB2E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2DB2E is #2D24D1. Grayscale: #C5C5C5. Windows color (decimal): -2958546 or 3070930. OLE color: 3070930.

HSL color Cylindrical-coordinate representation of color #D2DB2E: hue angle of 63.12º 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 #D2DB2E is Cyan = 0.04, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.14.

Color convert

RGB21021946-
CMYK0.0400.790.14
HSL63.12º70.61%51.96%-
HSV(B)63.12º79%85.88%-
XYZ52.464.5612.28-
YUV196.5943.02137.57-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 44.21%
GREEN value IS 219 (85.94% from 255) = 46.11%
BLUE value IS 46 (18.36% from 255) = 9.68%
R=44.21%
G=46.11%
B=9.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal210219460.0400.790.1463.1270.6151.96
HexD2DB2E404FE3f4734
Octal3223335640117167710764
Binary11010010110110111011101000100111111101111111000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DB2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DB2E; }

 p { color: rgb(210,219,46); }

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

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

 a { background-color: rgb(210,219,46); }

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

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

 span { border-color: rgb(210,219,46); }

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