#DBE484

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

Shades of Primrose #DBE484

Tints of Primrose #DBE484

Color information

#DBE484 (or 0xDBE484) is unknown color: approx Primrose. HEX triplet: DB, E4 and 84. RGB value is (219,228,132). Sum of RGB (Red+Green+Blue) = 219+228+132=579 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.82% from 579); Green value is 228 (89.45% from 255 or 39.38% from 579); Blue value is 132 (51.95% from 255 or 22.80% from 579); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE484 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE484 is #241B7B. Grayscale: #D6D6D6. Windows color (decimal): -2366332 or 8709339. OLE color: 8709339.

HSL color Cylindrical-coordinate representation of color #DBE484: hue angle of 65.62º 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 #DBE484 is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB219228132-
CMYK0.0400.420.11
HSL65.62º64%70.59%-
HSV(B)65.62º42.11%89.41%-
XYZ61.1272.2132.55-
YUV214.3681.52131.31-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.82%
GREEN value IS 228 (89.45% from 255) = 39.38%
BLUE value IS 132 (51.95% from 255) = 22.80%
R=37.82%
G=39.38%
B=22.80%

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
Decimal2192281320.0400.420.1165.626470.59
HexDBE484402AB424047
Octal333344204405213102100107
Binary11011011111001001000010010001010101011100001010000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE484; }

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

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

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

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

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

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

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

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