#DCE090

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

Shades of Primrose #DCE090

Tints of Primrose #DCE090

Color information

#DCE090 (or 0xDCE090) is unknown color: approx Primrose. HEX triplet: DC, E0 and 90. RGB value is (220,224,144). Sum of RGB (Red+Green+Blue) = 220+224+144=588 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.41% from 588); Green value is 224 (87.89% from 255 or 38.10% from 588); Blue value is 144 (56.64% from 255 or 24.49% from 588); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE090 is #231F6F. Grayscale: #D6D6D6. Windows color (decimal): -2301808 or 9494748. OLE color: 9494748.

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

Color convert

RGB220224144-
CMYK0.0200.360.12
HSL63º56.34%72.16%-
HSV(B)63º35.71%87.84%-
XYZ61.270.5436.78-
YUV213.6888.67132.5-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.41%
GREEN value IS 224 (87.89% from 255) = 38.10%
BLUE value IS 144 (56.64% from 255) = 24.49%
R=37.41%
G=38.10%
B=24.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202241440.0200.360.126356.3472.16
HexDCE0902024C3f3848
Octal3343402202044147770110
Binary11011100111000001001000010010010011001111111110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE090; }

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

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

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

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

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

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

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

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