#DBE09D

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

Shades of Primrose #DBE09D

Tints of Primrose #DBE09D

Color information

#DBE09D (or 0xDBE09D) is unknown color: approx Primrose. HEX triplet: DB, E0 and 9D. RGB value is (219,224,157). Sum of RGB (Red+Green+Blue) = 219+224+157=600 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.5% from 600); Green value is 224 (87.89% from 255 or 37.33% from 600); Blue value is 157 (61.72% from 255 or 26.17% from 600); Max value from RGB is 224 - color contains mainly: green. Hex color #DBE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE09D is #241F62. Grayscale: #D7D7D7. Windows color (decimal): -2367331 or 10346715. OLE color: 10346715.

HSL color Cylindrical-coordinate representation of color #DBE09D: hue angle of 64.48º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DBE09D is Cyan = 0.02, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.12.

Color convert

RGB219224157-
CMYK0.0200.300.12
HSL64.48º51.94%74.71%-
HSV(B)64.48º29.91%87.84%-
XYZ61.9570.8142.3-
YUV214.8795.34130.95-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.5%
GREEN value IS 224 (87.89% from 255) = 37.33%
BLUE value IS 157 (61.72% from 255) = 26.17%
R=36.5%
G=37.33%
B=26.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2192241570.0200.300.1264.4851.9474.71
HexDBE09D201EC40344b
Octal33334023520361410064113
Binary11011011111000001001110110011110110010000001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE09D; }

 p { color: rgb(219,224,157); }

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

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

 a { background-color: rgb(219,224,157); }

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

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

 span { border-color: rgb(219,224,157); }

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