#DBDC2F

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

Shades of Bitter Lemon #DBDC2F

Tints of Bitter Lemon #DBDC2F

Color information

#DBDC2F (or 0xDBDC2F) is unknown color: approx Bitter Lemon. HEX triplet: DB, DC and 2F. RGB value is (219,220,47). Sum of RGB (Red+Green+Blue) = 219+220+47=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 220 (86.33% from 255 or 45.27% from 486); Blue value is 47 (18.75% from 255 or 9.67% from 486); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDC2F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBDC2F is #2423D0. Grayscale: #C8C8C8. Windows color (decimal): -2368465 or 3136731. OLE color: 3136731.

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

Color convert

RGB21922047-
CMYK0.0000.790.14
HSL60.35º71.19%52.35%-
HSV(B)60.35º78.64%86.27%-
XYZ55.3266.4512.6-
YUV199.9841.67141.57-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 45.06%
GREEN value IS 220 (86.33% from 255) = 45.27%
BLUE value IS 47 (18.75% from 255) = 9.67%
R=45.06%
G=45.27%
B=9.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219220470.0000.790.1460.3571.1952.35
HexDBDC2F004FE3c4734
Octal3333345700117167410764
Binary110110111101110010111100100111111101111001000111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDC2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDC2F; }

 p { color: rgb(219,220,47); }

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

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

 a { background-color: rgb(219,220,47); }

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

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

 span { border-color: rgb(219,220,47); }

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