#DBD726

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

Shades of Bitter Lemon #DBD726

Tints of Bitter Lemon #DBD726

Color information

#DBD726 (or 0xDBD726) is unknown color: approx Bitter Lemon. HEX triplet: DB, D7 and 26. RGB value is (219,215,38). Sum of RGB (Red+Green+Blue) = 219+215+38=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 38 (15.23% from 255 or 8.05% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD726 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD726 is #2428D9. Grayscale: #C4C4C4. Windows color (decimal): -2369754 or 2545627. OLE color: 2545627.

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

Color convert

RGB21921538-
CMYK00.020.830.14
HSL58.67º71.54%50.39%-
HSV(B)58.67º82.65%85.88%-
XYZ53.8663.811.31-
YUV196.0238.83144.39-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.40%
GREEN value IS 215 (84.38% from 255) = 45.55%
BLUE value IS 38 (15.23% from 255) = 8.05%
R=46.40%
G=45.55%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.83
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192153800.020.830.1458.6771.5450.39
HexDBD7260253E3b4832
Octal3333274602123167311062
Binary1101101111010111100110010101001111101110111001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD726; }

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

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

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

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

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

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

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

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