#DCE099

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

Shades of Primrose #DCE099

Tints of Primrose #DCE099

Color information

#DCE099 (or 0xDCE099) is unknown color: approx Primrose. HEX triplet: DC, E0 and 99. RGB value is (220,224,153). Sum of RGB (Red+Green+Blue) = 220+224+153=597 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.85% from 597); Green value is 224 (87.89% from 255 or 37.52% from 597); Blue value is 153 (60.16% from 255 or 25.63% from 597); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE099 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE099 is #231F66. Grayscale: #D6D6D6. Windows color (decimal): -2301799 or 10084572. OLE color: 10084572.

HSL color Cylindrical-coordinate representation of color #DCE099: hue angle of 63.38º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCE099 is Cyan = 0.02, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.12.

Color convert

RGB220224153-
CMYK0.0200.320.12
HSL63.38º53.38%73.92%-
HSV(B)63.38º31.7%87.84%-
XYZ61.9270.8340.54-
YUV214.7193.17131.77-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.85%
GREEN value IS 224 (87.89% from 255) = 37.52%
BLUE value IS 153 (60.16% from 255) = 25.63%
R=36.85%
G=37.52%
B=25.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241530.0200.320.1263.3853.3873.92
HexDCE0992020C3f354a
Octal3343402312040147765112
Binary11011100111000001001100110010000011001111111101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE099

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE099; }

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

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

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

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

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

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

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

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