#DBD731

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

Shades of Bitter Lemon #DBD731

Tints of Bitter Lemon #DBD731

Color information

#DBD731 (or 0xDBD731) is unknown color: approx Bitter Lemon. HEX triplet: DB, D7 and 31. RGB value is (219,215,49). Sum of RGB (Red+Green+Blue) = 219+215+49=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 215 (84.38% from 255 or 44.51% from 483); Blue value is 49 (19.53% from 255 or 10.14% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBD731 is #2428CE. Grayscale: #C5C5C5. Windows color (decimal): -2369743 or 3266523. OLE color: 3266523.

HSL color Cylindrical-coordinate representation of color #DBD731: hue angle of 58.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DBD731 is Cyan = 0, Magento = 0.02, Yellow = 0.78 and Black (K on CMYK) = 0.14.

Color convert

RGB21921549-
CMYK00.020.780.14
HSL58.59º70.25%52.55%-
HSV(B)58.59º77.63%85.88%-
XYZ54.0763.8812.39-
YUV197.2744.33143.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.34%
GREEN value IS 215 (84.38% from 255) = 44.51%
BLUE value IS 49 (19.53% from 255) = 10.14%
R=45.34%
G=44.51%
B=10.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.78
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192154900.020.780.1458.5970.2552.55
HexDBD731024EE3b4635
Octal3333276102116167310665
Binary1101101111010111110001010100111011101110111000110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD731; }

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

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

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

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

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

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

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

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