#DBE586

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

Shades of Primrose #DBE586

Tints of Primrose #DBE586

Color information

#DBE586 (or 0xDBE586) is unknown color: approx Primrose. HEX triplet: DB, E5 and 86. RGB value is (219,229,134). Sum of RGB (Red+Green+Blue) = 219+229+134=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 229 (89.84% from 255 or 39.35% from 582); Blue value is 134 (52.73% from 255 or 23.02% from 582); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE586 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE586 is #241A79. Grayscale: #D7D7D7. Windows color (decimal): -2366074 or 8840667. OLE color: 8840667.

HSL color Cylindrical-coordinate representation of color #DBE586: hue angle of 66.32º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DBE586 is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.

Color convert

RGB219229134-
CMYK0.0400.410.10
HSL66.32º64.63%71.18%-
HSV(B)66.32º41.48%89.8%-
XYZ61.5472.8233.37-
YUV215.1882.19130.72-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 229 (89.84% from 255) = 39.35%
BLUE value IS 134 (52.73% from 255) = 23.02%
R=37.63%
G=39.35%
B=23.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2192291340.0400.410.1066.3264.6371.18
HexDBE5864029A424147
Octal333345206405112102101107
Binary11011011111001011000011010001010011010100001010000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE586; }

 p { color: rgb(219,229,134); }

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

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

 a { background-color: rgb(219,229,134); }

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

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

 span { border-color: rgb(219,229,134); }

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