#DCE399

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

Shades of Primrose #DCE399

Tints of Primrose #DCE399

Color information

#DCE399 (or 0xDCE399) is unknown color: approx Primrose. HEX triplet: DC, E3 and 99. RGB value is (220,227,153). Sum of RGB (Red+Green+Blue) = 220+227+153=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 227 (89.06% from 255 or 37.83% from 600); Blue value is 153 (60.16% from 255 or 25.5% from 600); Max value from RGB is 227 - color contains mainly: green. Hex color #DCE399 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE399 is #231C66. Grayscale: #D8D8D8. Windows color (decimal): -2301031 or 10085340. OLE color: 10085340.

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

Color convert

RGB220227153-
CMYK0.0300.330.11
HSL65.68º56.92%74.51%-
HSV(B)65.68º32.6%89.02%-
XYZ62.7372.4540.82-
YUV216.4792.18130.52-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.67%
GREEN value IS 227 (89.06% from 255) = 37.83%
BLUE value IS 153 (60.16% from 255) = 25.5%
R=36.67%
G=37.83%
B=25.5%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202271530.0300.330.1165.6856.9274.51
HexDCE3993021B42394b
Octal33434323130411310271113
Binary110111001110001110011001110100001101110000101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE399; }

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

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

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

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

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

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

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

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