#DBE485

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

Shades of Primrose #DBE485

Tints of Primrose #DBE485

Color information

#DBE485 (or 0xDBE485) is unknown color: approx Primrose. HEX triplet: DB, E4 and 85. RGB value is (219,228,133). Sum of RGB (Red+Green+Blue) = 219+228+133=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 228 (89.45% from 255 or 39.31% from 580); Blue value is 133 (52.34% from 255 or 22.93% from 580); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE485 is #241B7A. Grayscale: #D6D6D6. Windows color (decimal): -2366331 or 8774875. OLE color: 8774875.

HSL color Cylindrical-coordinate representation of color #DBE485: hue angle of 65.68º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DBE485 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB219228133-
CMYK0.0400.420.11
HSL65.68º63.76%70.78%-
HSV(B)65.68º41.67%89.41%-
XYZ61.1972.2432.91-
YUV214.4882.02131.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.76%
GREEN value IS 228 (89.45% from 255) = 39.31%
BLUE value IS 133 (52.34% from 255) = 22.93%
R=37.76%
G=39.31%
B=22.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192281330.0400.420.1165.6863.7670.78
HexDBE485402AB424047
Octal333344205405213102100107
Binary11011011111001001000010110001010101011100001010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE485; }

 p { color: rgb(219,228,133); }

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

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

 a { background-color: rgb(219,228,133); }

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

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

 span { border-color: rgb(219,228,133); }

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