#DCE383

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

Shades of Primrose #DCE383

Tints of Primrose #DCE383

Color information

#DCE383 (or 0xDCE383) is unknown color: approx Primrose. HEX triplet: DC, E3 and 83. RGB value is (220,227,131). Sum of RGB (Red+Green+Blue) = 220+227+131=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 227 (89.06% from 255 or 39.27% from 578); Blue value is 131 (51.56% from 255 or 22.66% from 578); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE383 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE383 is #231C7C. Grayscale: #D6D6D6. Windows color (decimal): -2301053 or 8643548. OLE color: 8643548.

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

Color convert

RGB220227131-
CMYK0.0300.420.11
HSL64.38º63.16%70.2%-
HSV(B)64.38º42.29%89.02%-
XYZ61.0871.7932.11-
YUV213.9681.18132.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.06%
GREEN value IS 227 (89.06% from 255) = 39.27%
BLUE value IS 131 (51.56% from 255) = 22.66%
R=38.06%
G=39.27%
B=22.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271310.0300.420.1164.3863.1670.2
HexDCE383302AB403f46
Octal33434320330521310077106
Binary110111001110001110000011110101010101110000001111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE383; }

 p { color: rgb(220,227,131); }

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

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

 a { background-color: rgb(220,227,131); }

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

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

 span { border-color: rgb(220,227,131); }

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