#DBD22D

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

Shades of Bitter Lemon #DBD22D

Tints of Bitter Lemon #DBD22D

Color information

#DBD22D (or 0xDBD22D) is unknown color: approx Bitter Lemon. HEX triplet: DB, D2 and 2D. RGB value is (219,210,45). Sum of RGB (Red+Green+Blue) = 219+210+45=474 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.20% from 474); Green value is 210 (82.42% from 255 or 44.30% from 474); Blue value is 45 (17.97% from 255 or 9.49% from 474); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD22D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD22D is #242DD2. Grayscale: #C2C2C2. Windows color (decimal): -2371027 or 3003099. OLE color: 3003099.

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

Color convert

RGB21921045-
CMYK00.040.790.14
HSL56.9º70.73%51.76%-
HSV(B)56.9º79.45%85.88%-
XYZ52.7361.3411.54-
YUV193.8843.98145.92-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.20%
GREEN value IS 210 (82.42% from 255) = 44.30%
BLUE value IS 45 (17.97% from 255) = 9.49%
R=46.20%
G=44.30%
B=9.49%

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
Decimal2192104500.040.790.1456.970.7351.76
HexDBD22D044FE394734
Octal3333225504117167110764
Binary11011011110100101011010100100111111101110011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD22D; }

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

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

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

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

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

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

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

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