#DBE18B

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

Shades of Primrose #DBE18B

Tints of Primrose #DBE18B

Color information

#DBE18B (or 0xDBE18B) is unknown color: approx Primrose. HEX triplet: DB, E1 and 8B. RGB value is (219,225,139). Sum of RGB (Red+Green+Blue) = 219+225+139=583 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.56% from 583); Green value is 225 (88.28% from 255 or 38.59% from 583); Blue value is 139 (54.69% from 255 or 23.84% from 583); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE18B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE18B is #241E74. Grayscale: #D5D5D5. Windows color (decimal): -2367093 or 9167323. OLE color: 9167323.

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

Color convert

RGB219225139-
CMYK0.0300.380.12
HSL64.19º58.9%71.37%-
HSV(B)64.19º38.22%88.24%-
XYZ60.870.7734.88-
YUV213.486.01131.99-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.56%
GREEN value IS 225 (88.28% from 255) = 38.59%
BLUE value IS 139 (54.69% from 255) = 23.84%
R=37.56%
G=38.59%
B=23.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192251390.0300.380.1264.1958.971.37
HexDBE18B3026C403b47
Octal33334121330461410073107
Binary110110111110000110001011110100110110010000001110111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE18B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE18B; }

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

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

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

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

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

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

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

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