#DBE382

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

Shades of Primrose #DBE382

Tints of Primrose #DBE382

Color information

#DBE382 (or 0xDBE382) is unknown color: approx Primrose. HEX triplet: DB, E3 and 82. RGB value is (219,227,130). Sum of RGB (Red+Green+Blue) = 219+227+130=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 227 (89.06% from 255 or 39.41% from 576); Blue value is 130 (51.17% from 255 or 22.57% from 576); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBE382 is #241C7D. Grayscale: #D5D5D5. Windows color (decimal): -2366590 or 8578011. OLE color: 8578011.

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

Color convert

RGB219227130-
CMYK0.0400.430.11
HSL64.95º63.4%70%-
HSV(B)64.95º42.73%89.02%-
XYZ60.7171.6131.74-
YUV213.5580.85131.89-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.02%
GREEN value IS 227 (89.06% from 255) = 39.41%
BLUE value IS 130 (51.17% from 255) = 22.57%
R=38.02%
G=39.41%
B=22.57%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2192271300.0400.430.1164.9563.470
HexDBE382402BB413f46
Octal33334320240531310177106
Binary1101101111100011100000101000101011101110000011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBE382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBE382; }

 p { color: rgb(219,227,130); }

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

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

 a { background-color: rgb(219,227,130); }

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

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

 span { border-color: rgb(219,227,130); }

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