#DBD826

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

Shades of Bitter Lemon #DBD826

Tints of Bitter Lemon #DBD826

Color information

#DBD826 (or 0xDBD826) is unknown color: approx Bitter Lemon. HEX triplet: DB, D8 and 26. RGB value is (219,216,38). Sum of RGB (Red+Green+Blue) = 219+216+38=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 216 (84.77% from 255 or 45.67% from 473); Blue value is 38 (15.23% from 255 or 8.03% from 473); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD826 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD826 is #2427D9. Grayscale: #C5C5C5. Windows color (decimal): -2369498 or 2545883. OLE color: 2545883.

HSL color Cylindrical-coordinate representation of color #DBD826: hue angle of 59.01º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DBD826 is Cyan = 0, Magento = 0.01, Yellow = 0.83 and Black (K on CMYK) = 0.14.

Color convert

RGB21921638-
CMYK00.010.830.14
HSL59.01º71.54%50.39%-
HSV(B)59.01º82.65%85.88%-
XYZ54.1264.3111.39-
YUV196.638.49143.97-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.30%
GREEN value IS 216 (84.77% from 255) = 45.67%
BLUE value IS 38 (15.23% from 255) = 8.03%
R=46.30%
G=45.67%
B=8.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192163800.010.830.1459.0171.5450.39
HexDBD8260153E3b4832
Octal3333304601123167311062
Binary110110111101100010011001101001111101110111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD826; }

 p { color: rgb(219,216,38); }

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

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

 a { background-color: rgb(219,216,38); }

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

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

 span { border-color: rgb(219,216,38); }

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