#DBE88D

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

Shades of Primrose #DBE88D

Tints of Primrose #DBE88D

Color information

#DBE88D (or 0xDBE88D) is unknown color: approx Primrose. HEX triplet: DB, E8 and 8D. RGB value is (219,232,141). Sum of RGB (Red+Green+Blue) = 219+232+141=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 232 (91.02% from 255 or 39.19% from 592); Blue value is 141 (55.47% from 255 or 23.82% from 592); Max value from RGB is 232 - color contains mainly: green. Hex color #DBE88D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DBE88D is #241772. Grayscale: #DADADA. Windows color (decimal): -2365299 or 9300187. OLE color: 9300187.

HSL color Cylindrical-coordinate representation of color #DBE88D: hue angle of 68.57º degrees, saturation: 0.66, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DBE88D is Cyan = 0.06, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.

Color convert

RGB219232141-
CMYK0.0600.390.09
HSL68.57º66.42%73.14%-
HSV(B)68.57º39.22%90.98%-
XYZ62.8874.736.3-
YUV217.7484.69128.9-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 232 (91.02% from 255) = 39.19%
BLUE value IS 141 (55.47% from 255) = 23.82%
R=36.99%
G=39.19%
B=23.82%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2192321410.0600.390.0968.5766.4273.14
HexDBE88D60279454249
Octal333350215604711105102111
Binary11011011111010001000110111001001111001100010110000101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE88D; }

 p { color: rgb(219,232,141); }

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

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

 a { background-color: rgb(219,232,141); }

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

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

 span { border-color: rgb(219,232,141); }

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