#DCE492

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

Shades of Primrose #DCE492

Tints of Primrose #DCE492

Color information

#DCE492 (or 0xDCE492) is unknown color: approx Primrose. HEX triplet: DC, E4 and 92. RGB value is (220,228,146). Sum of RGB (Red+Green+Blue) = 220+228+146=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 228 (89.45% from 255 or 38.38% from 594); Blue value is 146 (57.42% from 255 or 24.58% from 594); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE492 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE492 is #231B6D. Grayscale: #D8D8D8. Windows color (decimal): -2300782 or 9626844. OLE color: 9626844.

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

Color convert

RGB220228146-
CMYK0.0400.360.11
HSL65.85º60.29%73.33%-
HSV(B)65.85º35.96%89.41%-
XYZ62.4572.7837.95-
YUV216.2688.35130.67-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 228 (89.45% from 255) = 38.38%
BLUE value IS 146 (57.42% from 255) = 24.58%
R=37.04%
G=38.38%
B=24.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202281460.0400.360.1165.8560.2973.33
HexDCE4924024B423c49
Octal33434422240441310274111
Binary1101110011100100100100101000100100101110000101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE492; }

 p { color: rgb(220,228,146); }

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

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

 a { background-color: rgb(220,228,146); }

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

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

 span { border-color: rgb(220,228,146); }

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