#DCE49B

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

Shades of Primrose #DCE49B

Tints of Primrose #DCE49B

Color information

#DCE49B (or 0xDCE49B) is unknown color: approx Primrose. HEX triplet: DC, E4 and 9B. RGB value is (220,228,155). Sum of RGB (Red+Green+Blue) = 220+228+155=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 228 (89.45% from 255 or 37.81% from 603); Blue value is 155 (60.94% from 255 or 25.70% from 603); Max value from RGB is 228 - color contains mainly: green. Hex color #DCE49B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCE49B is #231B64. Grayscale: #D9D9D9. Windows color (decimal): -2300773 or 10216668. OLE color: 10216668.

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

Color convert

RGB220228155-
CMYK0.0400.320.11
HSL66.58º57.48%75.1%-
HSV(B)66.58º32.02%89.41%-
XYZ63.1773.0741.78-
YUV217.2992.85129.94-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.48%
GREEN value IS 228 (89.45% from 255) = 37.81%
BLUE value IS 155 (60.94% from 255) = 25.70%
R=36.48%
G=37.81%
B=25.70%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2202281550.0400.320.1166.5857.4875.1
HexDCE49B4020B43394b
Octal33434423340401310371113
Binary1101110011100100100110111000100000101110000111110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE49B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE49B; }

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

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

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

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

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

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

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

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