#DBD32E

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

Shades of Bitter Lemon #DBD32E

Tints of Bitter Lemon #DBD32E

Color information

#DBD32E (or 0xDBD32E) is unknown color: approx Bitter Lemon. HEX triplet: DB, D3 and 2E. RGB value is (219,211,46). Sum of RGB (Red+Green+Blue) = 219+211+46=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 211 (82.81% from 255 or 44.33% from 476); Blue value is 46 (18.36% from 255 or 9.66% from 476); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD32E is #242CD1. Grayscale: #C3C3C3. Windows color (decimal): -2370770 or 3068891. OLE color: 3068891.

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

Color convert

RGB21921146-
CMYK00.040.790.14
HSL57.23º70.61%51.96%-
HSV(B)57.23º79%85.88%-
XYZ5361.8511.73-
YUV194.5844.15145.42-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.01%
GREEN value IS 211 (82.81% from 255) = 44.33%
BLUE value IS 46 (18.36% from 255) = 9.66%
R=46.01%
G=44.33%
B=9.66%

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
Decimal2192114600.040.790.1457.2370.6151.96
HexDBD32E044FE394734
Octal3333235604117167110764
Binary11011011110100111011100100100111111101110011000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD32E; }

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

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

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

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

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

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

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

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