#DCE19B

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

Shades of Primrose #DCE19B

Tints of Primrose #DCE19B

Color information

#DCE19B (or 0xDCE19B) is unknown color: approx Primrose. HEX triplet: DC, E1 and 9B. RGB value is (220,225,155). Sum of RGB (Red+Green+Blue) = 220+225+155=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 225 (88.28% from 255 or 37.5% from 600); Blue value is 155 (60.94% from 255 or 25.83% from 600); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE19B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE19B is #231E64. Grayscale: #D7D7D7. Windows color (decimal): -2301541 or 10215900. OLE color: 10215900.

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

Color convert

RGB220225155-
CMYK0.0200.310.12
HSL64.29º53.85%74.51%-
HSV(B)64.29º31.11%88.24%-
XYZ62.3671.4341.51-
YUV215.5293.84131.19-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 225 (88.28% from 255) = 37.5%
BLUE value IS 155 (60.94% from 255) = 25.83%
R=36.67%
G=37.5%
B=25.83%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202251550.0200.310.1264.2953.8574.51
HexDCE19B201FC40364b
Octal33434123320371410066113
Binary11011100111000011001101110011111110010000001101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE19B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE19B; }

 p { color: rgb(220,225,155); }

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

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

 a { background-color: rgb(220,225,155); }

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

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

 span { border-color: rgb(220,225,155); }

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