#dbe11f

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

Shades of Pear #DBE11F

Tints of Pear #DBE11F

Color information

#DBE11F (or 0xDBE11F) is unknown color: approx Pear. HEX triplet: DB, E1 and 1F. RGB value is (219,225,31). Sum of RGB (Red+Green+Blue) = 219+225+31=475 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.11% from 475); Green value is 225 (88.28% from 255 or 47.37% from 475); Blue value is 31 (12.5% from 255 or 6.53% from 475); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE11F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #DBE11F is #241EE0. Grayscale: #C9C9C9. Windows color (decimal): -2367201 or 2089435. OLE color: 2089435.

HSL color Cylindrical-coordinate representation of color #DBE11F: hue angle of 61.86º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DBE11F is Cyan = 0.03, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.

Color convert

RGB21922531-
CMYK0.0300.860.12
HSL61.86º76.38%50.2%-
HSV(B)61.86º86.22%88.24%-
XYZ56.3969.0111.64-
YUV201.0932.01140.77-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.11%
GREEN value IS 225 (88.28% from 255) = 47.37%
BLUE value IS 31 (12.5% from 255) = 6.53%
R=46.11%
G=47.37%
B=6.53%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal219225310.0300.860.1261.8676.3850.2
HexDBE11F3056C3e4c32
Octal3333413730126147611462
Binary110110111110000111111110101011011001111101001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dbe11f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dbe11f; }

 p { color: rgb(219,225,31); }

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

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

 a { background-color: rgb(219,225,31); }

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

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

 span { border-color: rgb(219,225,31); }

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