#DCE09D

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

Shades of Primrose #DCE09D

Tints of Primrose #DCE09D

Color information

#DCE09D (or 0xDCE09D) is unknown color: approx Primrose. HEX triplet: DC, E0 and 9D. RGB value is (220,224,157). Sum of RGB (Red+Green+Blue) = 220+224+157=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 224 (87.89% from 255 or 37.27% from 601); Blue value is 157 (61.72% from 255 or 26.12% from 601); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE09D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE09D is #231F62. Grayscale: #D7D7D7. Windows color (decimal): -2301795 or 10346716. OLE color: 10346716.

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

Color convert

RGB220224157-
CMYK0.0200.300.12
HSL63.58º51.94%74.71%-
HSV(B)63.58º29.91%87.84%-
XYZ62.2670.9642.31-
YUV215.1795.17131.45-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.61%
GREEN value IS 224 (87.89% from 255) = 37.27%
BLUE value IS 157 (61.72% from 255) = 26.12%
R=36.61%
G=37.27%
B=26.12%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241570.0200.300.1263.5851.9474.71
HexDCE09D201EC40344b
Octal33434023520361410064113
Binary11011100111000001001110110011110110010000001101001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE09D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE09D; }

 p { color: rgb(220,224,157); }

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

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

 a { background-color: rgb(220,224,157); }

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

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

 span { border-color: rgb(220,224,157); }

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