#DCE48A

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

Shades of Primrose #DCE48A

Tints of Primrose #DCE48A

Color information

#DCE48A (or 0xDCE48A) is unknown color: approx Primrose. HEX triplet: DC, E4 and 8A. RGB value is (220,228,138). Sum of RGB (Red+Green+Blue) = 220+228+138=586 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.54% from 586); Green value is 228 (89.45% from 255 or 38.91% from 586); Blue value is 138 (54.30% from 255 or 23.55% from 586); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE48A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE48A is #231B75. Grayscale: #D7D7D7. Windows color (decimal): -2300790 or 9102556. OLE color: 9102556.

HSL color Cylindrical-coordinate representation of color #DCE48A: hue angle of 65.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DCE48A is Cyan = 0.04, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.11.

Color convert

RGB220228138-
CMYK0.0400.390.11
HSL65.33º62.5%71.76%-
HSV(B)65.33º39.47%89.41%-
XYZ61.8572.5434.79-
YUV215.3584.35131.32-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.54%
GREEN value IS 228 (89.45% from 255) = 38.91%
BLUE value IS 138 (54.30% from 255) = 23.55%
R=37.54%
G=38.91%
B=23.55%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202281380.0400.390.1165.3362.571.76
HexDCE48A4027B413e48
Octal33434421240471310176110
Binary1101110011100100100010101000100111101110000011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE48A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE48A; }

 p { color: rgb(220,228,138); }

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

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

 a { background-color: rgb(220,228,138); }

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

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

 span { border-color: rgb(220,228,138); }

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