#DBD22E

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

Shades of Bitter Lemon #DBD22E

Tints of Bitter Lemon #DBD22E

Color information

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

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

Color convert

RGB21921046-
CMYK00.040.790.14
HSL56.88º70.61%51.96%-
HSV(B)56.88º79%85.88%-
XYZ52.7561.3511.65-
YUV193.9944.48145.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192104600.040.790.1456.8870.6151.96
HexDBD22E044FE394734
Octal3333225604117167110764
Binary11011011110100101011100100100111111101110011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD22E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD22E; }

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

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

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

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

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

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

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

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