#DCE19C

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

Shades of Primrose #DCE19C

Tints of Primrose #DCE19C

Color information

#DCE19C (or 0xDCE19C) is unknown color: approx Primrose. HEX triplet: DC, E1 and 9C. RGB value is (220,225,156). Sum of RGB (Red+Green+Blue) = 220+225+156=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 225 (88.28% from 255 or 37.44% from 601); Blue value is 156 (61.33% from 255 or 25.96% from 601); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE19C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE19C is #231E63. Grayscale: #D7D7D7. Windows color (decimal): -2301540 or 10281436. OLE color: 10281436.

HSL color Cylindrical-coordinate representation of color #DCE19C: hue angle of 64.35º degrees, saturation: 0.53, 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 #DCE19C is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.12.

Color convert

RGB220225156-
CMYK0.0200.310.12
HSL64.35º53.49%74.71%-
HSV(B)64.35º30.67%88.24%-
XYZ62.4471.4741.96-
YUV215.6494.34131.11-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 225 (88.28% from 255) = 37.44%
BLUE value IS 156 (61.33% from 255) = 25.96%
R=36.61%
G=37.44%
B=25.96%

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
Decimal2202251560.0200.310.1264.3553.4974.71
HexDCE19C201FC40354b
Octal33434123420371410065113
Binary11011100111000011001110010011111110010000001101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE19C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE19C; }

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

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

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

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

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

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

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

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